File tree 9 files changed +12
-8
lines changed
9 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,7 @@ extends = esp32_base
3
3
4
4
monitor_speed = 115200
5
5
6
+ # Work around BLE initialization failure
7
+ build_flags =
8
+ ${esp32_base.build_flags}
9
+ -DCONFIG_BT_NIMBLE_PINNED_TO_CORE =1
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ lib_deps =
11
11
${esp32_base.lib_deps}
12
12
caveman99/ESP32 Codec2@^1.0.1
13
13
build_flags =
14
- ${esp32_base .build_flags} -D PRIVATE_HW -I variants/bpi_picow_esp32_s3
14
+ ${esp32s3_base .build_flags} -D PRIVATE_HW -I variants/bpi_picow_esp32_s3
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ board_upload.require_upload_port = yes
11
11
12
12
; upload_port = /dev/ttyACM0
13
13
14
- build_flags = ${esp32_base .build_flags}
14
+ build_flags = ${esp32s3_base .build_flags}
15
15
-DESP32_S3_PICO
16
16
; -DPRIVATE_HW
17
17
-Ivariants/esp32-s3-pico
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ lib_deps =
17
17
build_unflags = -DARDUINO_USB_MODE =1
18
18
build_flags =
19
19
; ${esp32_base.build_flags} -D MY_ESP32S3_DIY -I variants/my_esp32s3_diy_eink
20
- ${esp32_base .build_flags} -D PRIVATE_HW -I variants/my_esp32s3_diy_eink
20
+ ${esp32s3_base .build_flags} -D PRIVATE_HW -I variants/my_esp32s3_diy_eink
21
21
-Dmy
22
22
-DEINK_DISPLAY_MODEL =GxEPD2_290_T5D
23
23
-DEINK_WIDTH =296
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ lib_deps =
16
16
build_unflags = -DARDUINO_USB_MODE =1
17
17
build_flags =
18
18
; ${esp32_base.build_flags} -D MY_ESP32S3_DIY -I variants/my_esp32s3_diy_oled
19
- ${esp32_base .build_flags} -D PRIVATE_HW -I variants/my_esp32s3_diy_oled
19
+ ${esp32s3_base .build_flags} -D PRIVATE_HW -I variants/my_esp32s3_diy_oled
20
20
-DBOARD_HAS_PSRAM
21
21
-mfix-esp32-psram-cache-issue
22
22
-DARDUINO_USB_MODE =0
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ board_check = true
6
6
upload_protocol = esptool
7
7
# upload_port = COM29
8
8
9
- build_flags = ${esp32_base .build_flags}
9
+ build_flags = ${esp32s3_base .build_flags}
10
10
-DT_DECK
11
11
-DBOARD_HAS_PSRAM
12
12
-DMAX_THREADS =40
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ board = t-watch-s3
5
5
board_check = true
6
6
upload_protocol = esptool
7
7
8
- build_flags = ${esp32_base .build_flags}
8
+ build_flags = ${esp32s3_base .build_flags}
9
9
-DT_WATCH_S3
10
10
-Ivariants/t-watch-s3
11
11
-DPCF8563_RTC =0x51
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ board_check = true
5
5
upload_protocol = esp-builtin
6
6
7
7
build_flags =
8
- ${esp32_base .build_flags} -D TLORA_T3S3_V1 -I variants/tlora_t3s3_v1
8
+ ${esp32s3_base .build_flags} -D TLORA_T3S3_V1 -I variants/tlora_t3s3_v1
9
9
-DGPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ build_unflags =
12
12
${esp32s3_base.build_unflags}
13
13
-D ARDUINO_USB_MODE
14
14
15
- build_flags = ${esp32_base .build_flags}
15
+ build_flags = ${esp32s3_base .build_flags}
16
16
; -D BOARD_HAS_PSRAM // what's up with this - doesn't seem to be recognised at boot
17
17
-D UNPHONE
18
18
-I variants/unphone
You can’t perform that action at this time.
0 commit comments