11 lines
428 B
C
11 lines
428 B
C
#pragma once
|
|
|
|
static const char *DASHBOARD_VERSION = "0.0.8-refactor-config-model";
|
|
|
|
// Update these if your Cargo ESP AP credentials are different.
|
|
static const char *CARGO_WIFI_SSID = "OverlandController";
|
|
static const char *CARGO_WIFI_PASSWORD = "overland1234";
|
|
|
|
static const char *CARGO_API_STATUS_URL = "http://192.168.4.1/api/v1/status";
|
|
static const char *CARGO_API_RELAY_SET_URL = "http://192.168.4.1/api/v1/relay/set";
|