Add user-controlled GPIO commands

This commit is contained in:
mikecarper
2026-08-02 22:57:17 -07:00
parent 60d99d099b
commit 1e009abe4c
26 changed files with 1285 additions and 5 deletions
+1
View File
@@ -1058,6 +1058,7 @@ bool SensorMesh::getGPS(uint8_t channel, float& lat, float& lon, float& alt) {
}
void SensorMesh::loop() {
_cli.loop();
mesh::Mesh::loop();
if (next_flood_advert && millisHasNowPassed(next_flood_advert)) {