2
0
Fork 0

Update platformio.ini

This commit is contained in:
Siwat Sirichai 2024-06-17 13:31:32 +07:00
parent 225cdc4526
commit eef52ca4e8
1 changed files with 2 additions and 2 deletions

View File

@ -8,10 +8,10 @@
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:satitm-server]
[env:satitm-gym]
platform = espressif32
board = wt32-eth01
framework = arduino
lib_deps = siwats/ESPMegaPROR3@^2.9.0
monitor_speed = 115200
build_flags = -DCORE_DEBUG_LEVEL=0 -DSW_VERSION='"cudserver-1.0.0"' -DBOARD_MODEL='"ESPMegaPRO R3.3b"'
build_flags = -DCORE_DEBUG_LEVEL=0 -DSW_VERSION='"cudgym-1.0.0"' -DBOARD_MODEL='"ESPMegaPRO R3.3c"'