- remove typo
- add menu to dependencies
This commit is contained in:
@@ -19,7 +19,7 @@ void Component::loop()
|
|||||||
(*it)->loop();
|
(*it)->loop();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this->runAsChild();F
|
this->runAsChild();
|
||||||
|
|
||||||
if (this->onlyChilds)
|
if (this->onlyChilds)
|
||||||
{
|
{
|
||||||
|
|||||||
+1
-11
@@ -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.
|
|||||||
;
|
;
|
||||||
;
|
;
|
||||||
;
|
;
|
||||||
;
|
|
||||||
;
|
|
||||||
;
|
|
||||||
;
|
|
||||||
;
|
|
||||||
;
|
|
||||||
;
|
|
||||||
;
|
|
||||||
;
|
|
||||||
;
|
|
||||||
#
|
|
||||||
|
|||||||
Reference in New Issue
Block a user