Skip to content

Commit

Permalink
Moved WiFi native to its own library
Browse files Browse the repository at this point in the history
  • Loading branch information
gabryelreyes committed Sep 12, 2024
1 parent 82fcc7c commit 223c411
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "ArduinoNative",
"name": "WiFiNative",
"version": "0.1.0",
"description": "...",
"authors": [{
"name": "Andreas Merkle",
"email": "[email protected]",
"url": "https://github.com/BlueAndi",
"name": "Gabryel Reyes",
"email": "[email protected]",
"url": "https://github.com/gabryelreyes",
"maintainer": true
}],
"license": "MIT",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ lib_ignore =
HALTest
MainNative
MainTestNative
UDP
WiFiNative
extra_scripts =
monitor_speed = 115200
monitor_filters = esp32_exception_decoder
Expand Down Expand Up @@ -401,7 +403,6 @@ lib_ignore =
${target:esp32.lib_ignore}
${app:Turtle.lib_ignore}
libmicroros
UDP
extra_scripts =
${target:esp32.extra_scripts}

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

0 comments on commit 223c411

Please sign in to comment.