chore(firmware): update OCPP backend URL to use specific IP address
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
#define EXAMPLE_ESP_WIFI_SSID "MisakaNetwork"
|
#define EXAMPLE_ESP_WIFI_SSID "MisakaNetwork"
|
||||||
#define EXAMPLE_ESP_WIFI_PASS "20211028"
|
#define EXAMPLE_ESP_WIFI_PASS "20211028"
|
||||||
#define EXAMPLE_ESP_MAXIMUM_RETRY 5
|
#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_CHARGEBOXID "CP0001"
|
||||||
#define EXAMPLE_MO_AUTHORIZATIONKEY "authkey123"
|
#define EXAMPLE_MO_AUTHORIZATIONKEY "authkey123"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user