generated from CubeCraft-Creations/Tracehound
324402f268
- Unified firmware for ESP32 (dual-STA) and ESP8266 (time-shared STA) - ESP8266: alternates between GoPro AP and travel router per poll cycle - PlatformIO dual-target: esp32dev + esp8266dev (d1_mini) - camera_ip config field for Akaso/non-GoPro cameras - LittleFS support for ESP8266 (replaces SPIFFS) - Camera compatibility table (GoPro H3/H4, Akaso) - LED polarity handled per-platform (ESP8266 active-low) ESP8266 time-sharing adds ~4s latency per 30s cycle — invisible at poll rate.
13 lines
277 B
JSON
13 lines
277 B
JSON
{
|
|
"wifi_ssid": "RemoteRig",
|
|
"wifi_password": "",
|
|
"camera_ssid": "GOPRO-BP-",
|
|
"camera_password": "goprohero",
|
|
"camera_ip": "10.5.5.1",
|
|
"mqtt_broker": "192.168.4.10",
|
|
"mqtt_port": 1883,
|
|
"camera_id": "",
|
|
"poll_interval_sec": 30,
|
|
"heartbeat_interval_sec": 60
|
|
}
|