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:
@@ -4,8 +4,8 @@
|
||||
|
||||
|
||||
#include <mutex>
|
||||
#include <esp_log.h>
|
||||
|
||||
#include "esp_log.h"
|
||||
#include "nvs_flash.h"
|
||||
#include "constants/config.h"
|
||||
#include "ConfigManager.h"
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
#include <variant>
|
||||
#include <unordered_map>
|
||||
#include <shared_mutex>
|
||||
#include <esp_check.h>
|
||||
#include <nvs.h>
|
||||
|
||||
#include "esp_check.h"
|
||||
#include "nvs.h"
|
||||
#include "flatbuffers_generated/RobotModule_generated.h"
|
||||
|
||||
// Singleton to r/w config from the ESP32 nvs (thread safe and cached)
|
||||
|
||||
Reference in New Issue
Block a user