mirror of
https://github.com/mikecarper/MeshCore.git
synced 2026-09-02 19:33:43 +00:00
Add user-controlled GPIO commands
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user