feat(firmware): 更新 OCPP 配置,添加密码字段以支持基本认证
This commit is contained in:
@@ -9,5 +9,7 @@
|
||||
#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 nullptr
|
||||
// OCPP Security Profile 1: Basic Auth password (username = chargePointIdentifier)
|
||||
// Set to nullptr to disable authentication
|
||||
// #define CFG_OCPP_PASSWORD "my_password"
|
||||
#define CFG_OCPP_PASSWORD nullptr
|
||||
|
||||
Reference in New Issue
Block a user