Browse Source

Fixed to put hasPendingWork out of ENV_INCLUDE_GPS

pull/2286/head
Kevin Le 2 months ago
parent
commit
280213d41f
  1. 2
      examples/companion_radio/MyMesh.h

2
examples/companion_radio/MyMesh.h

@ -175,10 +175,10 @@ public:
sensors.setSettingValue("gps_interval", interval_str);
}
}
#endif
// To check if there is pending work
bool hasPendingWork() const;
#endif
private:
void writeOKFrame();

Loading…
Cancel
Save