firmware: migrate cargo controller to LilyGO T-Relay S3

This commit is contained in:
2026-06-29 22:57:02 -06:00
parent 406033bec8
commit 4cbd2165b2
10 changed files with 127 additions and 95 deletions
+4 -4
View File
@@ -134,8 +134,8 @@ def test_status_fixture_matches_dashboard_contract_shape():
"online",
"temperature_f",
])
assert payload["hardware_profile"] == "generic_esp32_2ch_relay"
assert payload["output_count"] == 2
assert payload["hardware_profile"] == "lilygo_t_relay_s3_6ch"
assert payload["output_count"] == 6
assert_keys(payload["relays"][0], [
"id",
"name",
@@ -180,8 +180,8 @@ def test_config_fixture_matches_current_config_response_shape():
"temperature_sensor_count",
"temperature_sensors",
])
assert payload["hardware_profile"] == "generic_esp32_2ch_relay"
assert payload["output_count"] == 2
assert payload["hardware_profile"] == "lilygo_t_relay_s3_6ch"
assert payload["output_count"] == 6
assert_keys(payload["relays"][0], [
"id",
"name",