feat(firmware): 更新 OCPP 配置,添加密码字段以支持基本认证

This commit is contained in:
2026-03-16 17:17:15 +08:00
parent cf0861f8f6
commit e884fc5bc0
2 changed files with 15 additions and 13 deletions

View File

@@ -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