File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -40,18 +40,22 @@ lib_ignore =
40
40
ESPAsyncTCP
41
41
42
42
[env:esp32-S2]
43
+ ; EXPERIMENTAL AND NOT WORKING FOR ME
44
+ ; it seems it cannot write settings to flash and so go dead loop.
45
+ ; No official support yet, check https://github.com/platformio/platform-espressif32/issues/619
46
+ ; I currently use arduino IDE to build the project and upload it to the S2 board
43
47
platform = https://github.com/platformio/platform-espressif32.git# feature/arduino-upstream
44
48
board = esp32-s2-saola-1
45
49
framework = arduino
46
- platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git# idf-master
50
+ platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git
47
51
monitor_speed = 115200
48
52
monitor_flags = --echo
49
53
monitor_filters = send_on_enter, colorize, esp32_exception_decoder
50
54
board_build.f_cpu = 240000000L
51
55
board_build.mcu = esp32s2
52
56
; set frequency to 80MHz
53
57
board_build.f_flash = 80000000L
54
- board_build.flash_mode = dio
58
+ board_build.flash_mode = qio
55
59
; None
56
60
build_flags = -DCORE_DEBUG_LEVEL =0 -DARDUINO_USB_CDC_ON_BOOT =0 -DARDUINO_USB_MSC_ON_BOOT =0 -DARDUINO_USB_DFU_ON_BOOT =0
57
61
board_build.partitions = min_spiffs.csv
You can’t perform that action at this time.
0 commit comments