chore(firmware): update OCPP backend URL to use specific IP address

This commit is contained in:
2025-11-23 13:46:13 +08:00
parent c16d69f4eb
commit c0c32cb9a7

View File

@@ -34,7 +34,7 @@
#define EXAMPLE_ESP_WIFI_SSID "MisakaNetwork"
#define EXAMPLE_ESP_WIFI_PASS "20211028"
#define EXAMPLE_ESP_MAXIMUM_RETRY 5
#define EXAMPLE_MO_OCPP_BACKEND "ws://localhost:8180/steve/websocket/CentralSystemService"
#define EXAMPLE_MO_OCPP_BACKEND "ws://192.168.1.100:8180/steve/websocket/CentralSystemService"
#define EXAMPLE_MO_CHARGEBOXID "CP0001"
#define EXAMPLE_MO_AUTHORIZATIONKEY "authkey123"