chore: snapshot before shared RS485 bus integration

This commit is contained in:
2026-07-22 15:36:04 +01:00
parent ef02e5c5f5
commit 2a803fcef1
167 changed files with 5749 additions and 1128 deletions

0
main/CMakeLists.txt Executable file → Normal file
View File

0
main/Kconfig.projbuild Executable file → Normal file
View File

0
main/component.mk Executable file → Normal file
View File

0
main/idf_component.yml Executable file → Normal file
View File

5
main/main.c Executable file → Normal file
View File

@@ -34,6 +34,8 @@
#include "scheduler.h"
#include "storage_service.h"
#include "time_service.h"
#include "hmi_link.h"
/*
* Modos de controlo do AP:
@@ -61,7 +63,7 @@
* Para placa SEM botão:
* #define APP_AP_CONTROL_MODE APP_AP_CONTROL_BOOT_WINDOW
*/
#define APP_AP_CONTROL_MODE APP_AP_CONTROL_BOOT_WINDOW
#define APP_AP_CONTROL_MODE APP_AP_CONTROL_BUTTON
#define AP_BOOT_WINDOW_MS 180000UL // 3 minutos
#define AP_CONNECTION_TIMEOUT AP_BOOT_WINDOW_MS
@@ -373,6 +375,7 @@ static void init_modules(void)
protocols_init();
loadbalancer_init();
evse_link_init();
//ESP_ERROR_CHECK(hmi_link_init());
}
//