Skip to content

Commit

Permalink
Remove DARDUINO_3_OR_ABOVE
Browse files Browse the repository at this point in the history
  • Loading branch information
cziter15 committed Jun 18, 2024
1 parent e909df5 commit 8efb8d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions platformio/libsetup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
e.ProcessFlags("-DWiFiClient=NetworkClient")
e.ProcessFlags("-DWiFiServer=NetworkServer")
e.ProcessFlags("-DWiFiUDP=NetworkUDP")
e.ProcessFlags("-DARDUINO_3_OR_ABOVE=1")

ksPrintLog(Colors.Magenta, "Successfully tweaked platform settings for [" + str(len(environments)) + "] environments.")
ksPrintLog(Colors.Green, "Extra script finished.")
except BaseException as err:
Expand Down

0 comments on commit 8efb8d0

Please sign in to comment.