From b45896a9dda3f64aa77160b6c30e63e41e4960da Mon Sep 17 00:00:00 2001 From: Timothy Yin Date: Sun, 15 Mar 2026 03:12:09 +0800 Subject: [PATCH] =?UTF-8?q?fix(config):=20=E6=9B=B4=E6=96=B0OCPP=E5=90=8E?= =?UTF-8?q?=E7=AB=AFURL=E5=92=8CCP=E6=A0=87=E8=AF=86=E7=AC=A6=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hardware/firmware/src/config.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/hardware/firmware/src/config.h b/hardware/firmware/src/config.h index 4aaa786..c9aeb30 100644 --- a/hardware/firmware/src/config.h +++ b/hardware/firmware/src/config.h @@ -2,10 +2,12 @@ // OCPP 1.6-J: MOcppMongooseClient will append "/" to this URL. // For local dev: ws://:3001/ocpp // For production: ws://csms.helios.bh8.ga: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_OCPP_BACKEND "wss://csms.uniiem.com/ocpp" +// #define CFG_CP_IDENTIFIER "CQWU_HHB_0001" +#define CFG_CP_IDENTIFIER "ICP_906A28" #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" +// #define CFG_AUTHORIZATIONKEY "my_secret_key" +#define CFG_AUTHORIZATIONKEY nullptr