chore: snapshot before shared RS485 bus integration
This commit is contained in:
0
main/CMakeLists.txt
Executable file → Normal file
0
main/CMakeLists.txt
Executable file → Normal file
0
main/Kconfig.projbuild
Executable file → Normal file
0
main/Kconfig.projbuild
Executable file → Normal file
0
main/component.mk
Executable file → Normal file
0
main/component.mk
Executable file → Normal file
0
main/idf_component.yml
Executable file → Normal file
0
main/idf_component.yml
Executable file → Normal file
5
main/main.c
Executable file → Normal file
5
main/main.c
Executable file → Normal 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());
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user