Send sensor reading over control frame instead of generic + ack

This commit is contained in:
2026-03-03 21:20:03 -05:00
parent 367b93a68e
commit 5eca9c0a35

View File

@@ -39,7 +39,7 @@
const auto that = reinterpret_cast<LoopManager *>(args);
while (true) {
that->send_sensor_reading(true);
that->send_sensor_reading(false);
vTaskDelay(SENSOR_DATA_PERIOD_MS / portTICK_PERIOD_MS);
}
}