From e586be9f1ca0efec1d3ed6daf27432ee1dad4a45 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 af5e030b..3164d93d 100644 --- a/examples/companion_radio/MyMesh.h +++ b/examples/companion_radio/MyMesh.h @@ -174,10 +174,10 @@ public: sensors.setSettingValue("gps_interval", interval_str); } } +#endif // To check if there is pending work bool hasPendingWork() const; -#endif private: void writeOKFrame();