refactor(firmware): migrate to Arduino framework and impl connection, status indicating and firmware configuration

This commit is contained in:
2025-11-24 19:39:50 +08:00
parent a54bd62491
commit cc6641b526
8 changed files with 185 additions and 2637 deletions

View File

@@ -2,7 +2,8 @@
#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_CP_IDENTIFIER "CP0001"
#define CFG_CP_IDENTIFIER "CQWU_HHB_0001"
#define CFG_CB_SERIAL "REDAone_prototype00"
#define CFG_CP_MODAL "Helios DA One"
#define CFG_CP_VENDOR "RayineElec"
#define CFG_AUTHORIZATIONKEY "my_secret_key"