From 434dbc15e97cd7a0700f80b6507d95da47587c14 Mon Sep 17 00:00:00 2001 From: Timothy Yin Date: Sun, 15 Mar 2026 04:33:52 +0800 Subject: [PATCH] =?UTF-8?q?fix(config):=20=E4=BF=AE=E6=AD=A3OCPP=E5=90=8E?= =?UTF-8?q?=E7=AB=AFURL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hardware/firmware/src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/firmware/src/config.h b/hardware/firmware/src/config.h index c9aeb30..b9a2d4b 100644 --- a/hardware/firmware/src/config.h +++ b/hardware/firmware/src/config.h @@ -2,7 +2,7 @@ // 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 "wss://csms.uniiem.com/ocpp" +#define CFG_OCPP_BACKEND "wss://csms-server.uniiem.com/ocpp" // #define CFG_CP_IDENTIFIER "CQWU_HHB_0001" #define CFG_CP_IDENTIFIER "ICP_906A28" #define CFG_CB_SERIAL "REDAone_prototype00"