diff options
| author | EnricoGuccii <partyka.003@gmail.com> | 2025-05-10 19:45:32 +0200 |
|---|---|---|
| committer | EnricoGuccii <partyka.003@gmail.com> | 2025-05-10 19:45:32 +0200 |
| commit | 7da514aa6ec19df49828fd87013ba284f338fbdd (patch) | |
| tree | b746ce59a01a8ce3b4334727a37aaab0c1f3690d /platformio.ini | |
| parent | 203a18c1582ecae90468d6527c311c82d4e0c1c6 (diff) | |
switch to ESP32-S2FN4R2
Diffstat (limited to 'platformio.ini')
| -rw-r--r-- | platformio.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/platformio.ini b/platformio.ini index 31cbf82..5034d06 100644 --- a/platformio.ini +++ b/platformio.ini @@ -8,9 +8,9 @@ ; Please visit documentation for the other options and examples ; https://docs.platformio.org/page/projectconf.html -[env:d1_mini] -platform = espressif8266 -board = d1_mini +[env:adafruit_feather_esp32s2] +platform = espressif32 +board = adafruit_feather_esp32s2 framework = arduino lib_deps = adafruit/Adafruit GFX Library@^1.12.0 |