From eef52ca4e89597de8b05dff2b0bbc39880f12cef Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Mon, 17 Jun 2024 13:31:32 +0700 Subject: [PATCH] Update platformio.ini --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 9ca21da..d8b0115 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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"' \ No newline at end of file +build_flags = -DCORE_DEBUG_LEVEL=0 -DSW_VERSION='"cudgym-1.0.0"' -DBOARD_MODEL='"ESPMegaPRO R3.3c"' \ No newline at end of file