From 9b6889b68c03afafb7ed6d98faa9070c78e63e0a Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 4 Apr 2024 21:26:25 +0200 Subject: [PATCH] - remove typo - add menu to dependencies --- lib/Component/component.cpp | 2 +- platformio.ini | 12 +----------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/lib/Component/component.cpp b/lib/Component/component.cpp index 0595c77..8bf2ab5 100644 --- a/lib/Component/component.cpp +++ b/lib/Component/component.cpp @@ -19,7 +19,7 @@ void Component::loop() (*it)->loop(); } } - this->runAsChild();F + this->runAsChild(); if (this->onlyChilds) { diff --git a/platformio.ini b/platformio.ini index 9d9aec8..93e7324 100644 --- a/platformio.ini +++ b/platformio.ini @@ -18,6 +18,7 @@ upload_speed = 921600 ; monitor_port = COM6 lib_deps = https://git.kleiax.de/PlatformIO-Libs/SparkFunGNSS.git + https://git.kleiax.de/PlatformIO-Libs/Menu.git knolleary/PubSubClient@^2.8 br3ttb/PID@^1.2.1 marcoschwartz/LiquidCrystal_I2C@^1.1.4 @@ -49,14 +50,3 @@ description = A Rover who should be drive a route by gps. ; ; ; -; -; -; -; -; -; -; -; -; -; -#