feat(firmware): integrate WiFiManager for improved WiFi configuration and connection handling

This commit is contained in:
2025-11-24 23:21:18 +08:00
parent d583370c6d
commit 6014114098
3 changed files with 174 additions and 101 deletions

View File

@@ -1,9 +1,8 @@
#define CFG_WIFI_SSID "MisakaNetwork"
#define CFG_WIFI_PASS "20211028"
#define CFG_WIFI_MAXIMUM_RETRY 5
#define CFG_OCPP_BACKEND "ws://192.168.1.100:8180/steve/websocket/CentralSystemService"
#define CFG_OCPP_BACKEND "ws://csms.helios.bh8.ga:8180/steve/websocket/CentralSystemService"
#define CFG_CP_IDENTIFIER "CQWU_HHB_0001"
#define CFG_CB_SERIAL "REDAone_prototype00"
#define CFG_CP_FW_VERSION "1.0.0"
#define CFG_CP_MODAL "Helios DA One"
#define CFG_CP_VENDOR "RayineElec"
#define CFG_AUTHORIZATIONKEY "my_secret_key"