Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorcelli committed Nov 28, 2024
1 parent 262e8f0 commit c75f275
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ports/ESP-General/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ board_build.arduino.memory_type = qio_opi ; NEEDED FOR 8MB PSRAM (N16R8)
;board_build.f_flash = 40000000L
;board_build.flash_mode = qio
extends = env:esp32-s3-devkitc-1
build_flags =
${env:esp32-s3-devkitc-1}
-DBOARD_HAS_PSRAM


[env:esp32-s3-devkitc-1]
Expand All @@ -35,7 +38,7 @@ build_flags =
-DUSB_as_HID=1
; needed for serial
-DARDUINO_USB_CDC_ON_BOOT=1
-DBOARD_HAS_PSRAM
;-DBOARD_HAS_PSRAM

; grove pins
; defaults from https://github.com/espressif/arduino-esp32/blob/master/variants/esp32s3/pins_arduino.h
Expand Down

0 comments on commit c75f275

Please sign in to comment.