diff --git a/valve-code-cpp/platformio.ini b/valve-code-cpp/platformio.ini index 1b85558804929b160e79abd32a9abd1a1e809df2..f98ead98ce11a373b8b8ab628edd2b2a62fc0356 100644 --- a/valve-code-cpp/platformio.ini +++ b/valve-code-cpp/platformio.ini @@ -7,8 +7,9 @@ ; ; Please visit documentation for the other options and examples ; https://docs.platformio.org/page/projectconf.html - -[env:adafruit_qtpy_esp32s3_n4r2] +[env:adafruit_qtpy_esp32s3_nopsram] +#[env:adafruit_qtpy_esp32s3_n4r2] platform = espressif32 -board = adafruit_qtpy_esp32s3_n4r2 +board = adafruit_qtpy_esp32s3_nopsram +#board = adafruit_qtpy_esp32s3_n4r2 framework = arduino