Skip to content

Commit

Permalink
New PIO target
Browse files Browse the repository at this point in the history
New PlatformIO build target for Ethernet-enabled version
  • Loading branch information
Montecri authored Mar 25, 2024
1 parent 2bf3aed commit 8ba82b4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,24 @@ lib_deps =
arcao/Syslog@^2.0.0
mikalhart/TinyGPSPlus@^1.0.3

[env:ESP32Duino_Ethernet]
board = esp32doit-espduino
board_build.f_cpu = 240000000L
platform = espressif32
framework = arduino
upload_speed = 921600
monitor_speed = 115200
monitor_rts = 0
monitor_dtr = 0
board_build.filesystem = littlefs
build_flags = -D ETHERNET_ENABLED
lib_deps =
paulstoffregen/Time@^1.6
makuna/RTC@^2.3.5
olikraus/U8g2@^2.28.8
arcao/Syslog@^2.0.0
mikalhart/TinyGPSPlus@^1.0.3

[env:Amica]
platform = espressif8266
upload_speed = 115200
Expand Down

0 comments on commit 8ba82b4

Please sign in to comment.