소스 검색

Fixed to put hasPendingWork out of ENV_INCLUDE_GPS

Kevin Le 4 달 전
부모
커밋
280213d41f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/companion_radio/MyMesh.h

+ 1 - 1
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();