Fixed to put hasPendingWork out of ENV_INCLUDE_GPS

This commit is contained in:
Kevin Le
2026-05-22 10:58:21 +07:00
parent 6b1099161c
commit 280213d41f
+1 -1
View File
@@ -175,10 +175,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();