Skip to content

Commit e8fdfd7

Browse files
authored
Test S3 Linker fix
1 parent b2404e8 commit e8fdfd7

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

examples/espidf-arduino-blink/platformio.ini

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,11 @@ board_build.embed_txtfiles =
1919
managed_components/espressif__esp_rainmaker/server_certs/rmaker_claim_service_server.crt
2020
managed_components/espressif__esp_rainmaker/server_certs/rmaker_ota_server.crt
2121

22-
; FixMe: Linker error only with S3 and arduino,espidf
23-
;[env:esp32-s3]
24-
;board = 4d_systems_esp32s3_gen4_r8n16
25-
;build_flags =
26-
; -DCONFIG_BLINK_GPIO=2
27-
; -DARDUINO_PARTITION_esp_sr_16
22+
[env:esp32-s3]
23+
board = 4d_systems_esp32s3_gen4_r8n16
24+
build_flags =
25+
-DCONFIG_BLINK_GPIO=2
26+
-DARDUINO_PARTITION_esp_sr_16
2827

2928
[env:esp32-c6-devkitm-1]
3029
board = esp32-c6-devkitm-1

0 commit comments

Comments
 (0)