mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
Cleanup includes
This actually gained us 10% more flash space
This commit is contained in:
@@ -3,13 +3,11 @@
|
||||
|
||||
#include "freertos/FreeRTOS.h"
|
||||
#include "sdkconfig.h"
|
||||
|
||||
#include "ConfigManager.h"
|
||||
#include "LoopManager.h"
|
||||
#include "TCPServer.h"
|
||||
#include "WifiManager.h"
|
||||
#include "esp_log.h"
|
||||
#include "mDNSDiscoveryService.h"
|
||||
|
||||
extern "C" [[noreturn]] void app_main(void) {
|
||||
ESP_LOGI("MEM", "Free internal RAM: %d",
|
||||
|
||||
Reference in New Issue
Block a user