Skip to content

Commit

Permalink
Fixed defines for newest Arduino core
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremypoulter committed Apr 29, 2024
1 parent 66d216c commit 26a9d8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ build_flags =
-D RESET_ETH_PHY_ON_BOOT=1
-D RX2=16
-D TX2=32
board_build.extra_flags = "-DARDUINO_ESP32_GATEWAY=70"
board_build.extra_flags = "-DARDUINO_ESP32_GATEWAY_F"
upload_speed = 921600

[env:olimex_esp32-gateway-e]
Expand All @@ -324,7 +324,7 @@ upload_speed = 921600
extends = env:olimex_esp32-gateway-f
build_flags =
${env:olimex_esp32-gateway-f.build_flags}
board_build.extra_flags = "-DARDUINO_ESP32_GATEWAY=69"
board_build.extra_flags = "-DARDUINO_ESP32_GATEWAY_E"

[env:olimex_esp32-gateway-e_dev]
extends = env:olimex_esp32-gateway-e
Expand Down

0 comments on commit 26a9d8e

Please sign in to comment.