fix(station-g3): enable online OTA for observer builds

Station G3 observer envs were missing OTA_MANIFEST_BASE, so ota check
reported online OTA unsupported even though CI publishes the manifests.
This commit is contained in:
agessaman
2026-08-08 15:00:57 -07:00
parent 482d7432c2
commit 5000391c7d
+2
View File
@@ -175,6 +175,7 @@ build_flags =
-D ADMIN_PASSWORD='"password"'
-D MAX_NEIGHBOURS=50
-D WITH_MQTT_BRIDGE=1
-D OTA_MANIFEST_BASE='"https://observer.gessaman.com/v"'
-D MAX_MQTT_BROKERS=3
-D MQTT_MAX_PACKET_SIZE=1024
-D MQTT_DEBUG=1
@@ -222,6 +223,7 @@ build_flags =
-D ADMIN_PASSWORD='"password"'
-D ROOM_PASSWORD='"hello"'
-D WITH_MQTT_BRIDGE=1
-D OTA_MANIFEST_BASE='"https://observer.gessaman.com/v"'
-D MAX_NEIGHBOURS=50
-D MAX_MQTT_BROKERS=3
-D MQTT_MAX_PACKET_SIZE=1024