- remove typo

- add menu to dependencies
This commit is contained in:
2024-04-04 21:26:25 +02:00
parent 155975df33
commit 9b6889b68c
2 changed files with 2 additions and 12 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ void Component::loop()
(*it)->loop(); (*it)->loop();
} }
} }
this->runAsChild();F this->runAsChild();
if (this->onlyChilds) if (this->onlyChilds)
{ {
+1 -11
View File
@@ -18,6 +18,7 @@ upload_speed = 921600
; monitor_port = COM6 ; monitor_port = COM6
lib_deps = lib_deps =
https://git.kleiax.de/PlatformIO-Libs/SparkFunGNSS.git https://git.kleiax.de/PlatformIO-Libs/SparkFunGNSS.git
https://git.kleiax.de/PlatformIO-Libs/Menu.git
knolleary/PubSubClient@^2.8 knolleary/PubSubClient@^2.8
br3ttb/PID@^1.2.1 br3ttb/PID@^1.2.1
marcoschwartz/LiquidCrystal_I2C@^1.1.4 marcoschwartz/LiquidCrystal_I2C@^1.1.4
@@ -49,14 +50,3 @@ description = A Rover who should be drive a route by gps.
; ;
; ;
; ;
;
;
;
;
;
;
;
;
;
;
#