From 280213d41f2771362b3bfe5ae74b92cfa552fa95 Mon Sep 17 00:00:00 2001 From: Kevin Le Date: Fri, 10 Apr 2026 20:42:23 +0700 Subject: [PATCH] Fixed to put hasPendingWork out of ENV_INCLUDE_GPS --- examples/companion_radio/MyMesh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/companion_radio/MyMesh.h b/examples/companion_radio/MyMesh.h index 04ed0fa9..f189a2c5 100644 --- a/examples/companion_radio/MyMesh.h +++ b/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();