Skip to content

Commit

Permalink
Fixed library dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gabryelreyes committed Sep 12, 2024
1 parent 9253e0c commit 6dd705c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ build_flags =
lib_deps =
APPTurtle
Service
UDP
Utilities
bblanchon/ArduinoJson @ ^6.21.3
gabryelreyes/SerialMuxProt @ ^2.0.0
Expand Down Expand Up @@ -402,6 +401,7 @@ lib_ignore =
${target:esp32.lib_ignore}
${app:Turtle.lib_ignore}
libmicroros
UDP
extra_scripts =
${target:esp32.extra_scripts}

Expand Down Expand Up @@ -464,6 +464,7 @@ build_flags =
lib_deps =
${target:Sim.lib_deps}
${app:Turtle.lib_deps}
UDP
libmicroros
lib_ignore =
${target:Sim.lib_ignore}
Expand Down

0 comments on commit 6dd705c

Please sign in to comment.