diff --git a/ESP32/platformio.ini b/ESP32/platformio.ini
index 44661d8..a3b3b39 100644
--- a/ESP32/platformio.ini
+++ b/ESP32/platformio.ini
@@ -1,8 +1,8 @@
[platformio]
-default_envs = serial32
+default_envs = ESP32
src_dir = .
-[env:serial32]
+[env:ESP32]
lib_ldf_mode = deep+
src_filter = +<*> -<.git/> -<.svn/> - - - - - -
platform = espressif32
@@ -14,3 +14,16 @@ lib_deps = greiman/SdFat@^2.1.2
adafruit/Adafruit NeoPixel@^1.10.4
build_flags = -std=gnu++17 -Ofast -DESP32=1 -ggdb3 -D_GLIBCXX_USE_C99
build_unflags = -std=gnu++11 -Os
+
+#[env:PICO]
+#lib_ldf_mode = deep+
+#src_filter = +<*> -<.git/> -<.svn/> - - - - - -
+#platform = raspberrypi
+#board = pico
+#framework = arduino
+#monitor_speed = 115200
+#upload_speed = 1000000
+#lib_deps = greiman/SdFat@^2.1.2
+# adafruit/Adafruit NeoPixel@^1.10.4
+#build_flags = -std=gnu++17 -Ofast -DESP32=1 -ggdb3 -D_GLIBCXX_USE_C99
+#build_unflags = -std=gnu++11 -Os