dashboard: split config and status model headers

This commit is contained in:
2026-06-09 23:10:58 -06:00
parent 24cf07a997
commit 626ebadc94
4 changed files with 52 additions and 32 deletions
@@ -0,0 +1,10 @@
#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";