Fixed to put hasPendingWork out of ENV_INCLUDE_GPS

This commit is contained in:
Kevin Le 2026-04-10 20:42:23 +07:00
parent bbc26d40d3
commit e586be9f1c

View file

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