Skip to content

Commit

Permalink
Update platformio.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
dosipod authored Nov 9, 2024
1 parent 537638e commit e25a46b
Showing 1 changed file with 35 additions and 34 deletions.
69 changes: 35 additions & 34 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,18 @@

default_envs =
esp32_4MB_S ;; experimental, optimized for speed
esp32_4MB_M ;; esp32 recommended default
esp32_4MB_M_eth
esp32_4MB_M_debug
esp32_4MB_XL
;esp32_4MB_M ;; esp32 recommended default
;esp32_4MB_M_eth
;esp32_4MB_M_debug
;esp32_4MB_XL
; esp32_16MB_S ;; experimental, optimized for speed
esp32_16MB_M ;; esp32 recommended for boards with 16MB flash
;esp32_16MB_M ;; esp32 recommended for boards with 16MB flash
; esp32_16MB_M_debug
; esp32_16MB_XL
esp8266_2MB_S
esp8266_4MB_S ;; recommended for 8266 with audio sync
esp8266_4MB_M
wemos_shield_esp32_4MB_M
;esp8266_2MB_S
;esp8266_4MB_S ;; recommended for 8266 with audio sync
;esp8266_4MB_M
;wemos_shield_esp32_4MB_M
; wemos_shield_esp32_4MB_ICS4343x_M
; wemos_shield_esp32_4MB_SPM1423_M
; wemos_shield_esp32_4MB_LineIn_M
Expand All @@ -69,34 +69,35 @@ default_envs =
; wemos_shield_esp32_16MB_SPM1423_M
; wemos_shield_esp32_16MB_SPM1423_XL
; wemos_shield_esp32_16MB_LineIn_M
esp32_pico_4MB_M
esp32_4MB_PSRAM_S
;esp32_pico_4MB_M
;esp32_4MB_PSRAM_S
; esp32_4MB_PSRAM_REV3_S ;; experimental, optimized for WROVER-E with "revision3" chip
esp32S3_4MB_S
esp32S3_8MB_S ;; experimental, optimized for speed
esp32S3_8MB_M
esp32S3_4MB_PSRAM_S ;; for lolin s3 mini, S3 zero, S3 super mini - optimized for speed
esp32S3_4MB_PSRAM_M ;; for lolin s3 mini, S3 zero, S3 super mini
esp32S3_8MB_PSRAM_M ;; experiemental
esp32S3_16MB_PSRAM_M_HUB75 ;; for S3 with 16MB flash, and MOONHUB HUB75 adapter board
esp32S3_WROOM-2_M ;; for S3 WROOM-2
;esp32S3_4MB_S
;esp32S3_8MB_S ;; experimental, optimized for speed
;esp32S3_8MB_M
;esp32S3_4MB_PSRAM_S ;; for lolin s3 mini, S3 zero, S3 super mini - optimized for speed
;esp32S3_4MB_PSRAM_M ;; for lolin s3 mini, S3 zero, S3 super mini
;esp32S3_8MB_PSRAM_M ;; experiemental
;esp32S3_16MB_PSRAM_M_HUB75 ;; for S3 with 16MB flash, and MOONHUB HUB75 adapter board
;esp32S3_WROOM-2_M ;; for S3 WROOM-2
;; esp32s2_tinyUF2_PSRAM_S ;; experimental - only for adafruit -S2 boards with tinyUF2 bootloader !!!
esp32s2_PSRAM_M ;; experimental
esp32c3dev_4MB_M ;; experimental
esp32c3dev_2MB_M ;; experimental - 2MB Flash, no OTA
esp32c3mini_dio_4MB_M ;; for boards that need "dio" flash mode (instead of qio)
seeed_esp32c3_4MB_S ;; experimental
esp32_4MB_V4_S ;; experimental
esp32_16MB_V4_S ;; experimental - optimized for speed
esp32_16MB_V4_M ;; experimental
esp32_16MB_V4_M_debug ;; experimental
esp32_pico_4MB_V4_S ;; experimental - may work better in case you experience wifi connectivity problems
esp8266pro_16MB_S
esp8266pro_16MB_M
esp01_1MB_S
esp32_16MB_M_eth
athom_music_esp32_4MB_M
adafruit_matrixportal_esp32s3
lolin_s2_mini
;esp32c3dev_4MB_M ;; experimental
;esp32c3dev_2MB_M ;; experimental - 2MB Flash, no OTA
;esp32c3mini_dio_4MB_M ;; for boards that need "dio" flash mode (instead of qio)
;seeed_esp32c3_4MB_S ;; experimental
;esp32_4MB_V4_S ;; experimental
;esp32_16MB_V4_S ;; experimental - optimized for speed
;esp32_16MB_V4_M ;; experimental
;esp32_16MB_V4_M_debug ;; experimental
;esp32_pico_4MB_V4_S ;; experimental - may work better in case you experience wifi connectivity problems
;esp8266pro_16MB_S
;esp8266pro_16MB_M
;esp01_1MB_S
;esp32_16MB_M_eth
;athom_music_esp32_4MB_M
;adafruit_matrixportal_esp32s3

; Go to MoonModules environments for environments

Expand Down

0 comments on commit e25a46b

Please sign in to comment.