mirror of
https://github.com/meshtastic/firmware.git
synced 2025-07-31 19:05:44 +00:00
set custom framework for heltec_vision_master_e213
This commit is contained in:
parent
46f2a62186
commit
a267a645eb
@ -2,6 +2,8 @@
|
|||||||
extends = esp32s3_base
|
extends = esp32s3_base
|
||||||
board = heltec_vision_master_e213
|
board = heltec_vision_master_e213
|
||||||
board_build.partitions = default_8MB.csv
|
board_build.partitions = default_8MB.csv
|
||||||
|
platform_packages =
|
||||||
|
platformio/framework-arduinoespressif32 @ https://github.com/m1nl/arduino-esp32/archive/refs/tags/2.0.17+5ae9873e.tar.gz ; disable WiFi IRAM optimizations in ESP-IDF
|
||||||
build_flags =
|
build_flags =
|
||||||
${esp32s3_base.build_flags}
|
${esp32s3_base.build_flags}
|
||||||
-Ivariants/heltec_vision_master_e213
|
-Ivariants/heltec_vision_master_e213
|
||||||
@ -25,6 +27,8 @@ upload_speed = 115200
|
|||||||
extends = esp32s3_base, inkhud
|
extends = esp32s3_base, inkhud
|
||||||
board = heltec_vision_master_e213
|
board = heltec_vision_master_e213
|
||||||
board_build.partitions = default_8MB.csv
|
board_build.partitions = default_8MB.csv
|
||||||
|
platform_packages =
|
||||||
|
platformio/framework-arduinoespressif32 @ https://github.com/m1nl/arduino-esp32/archive/refs/tags/2.0.17+5ae9873e.tar.gz ; disable WiFi IRAM optimizations in ESP-IDF
|
||||||
build_src_filter =
|
build_src_filter =
|
||||||
${esp32_base.build_src_filter}
|
${esp32_base.build_src_filter}
|
||||||
${inkhud.build_src_filter}
|
${inkhud.build_src_filter}
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
#define LED_PIN 45 // LED is not populated on earliest board variant
|
#define LED_PIN 45 // LED is not populated on earliest board variant
|
||||||
|
|
||||||
|
#define HAS_32768HZ
|
||||||
|
|
||||||
#define BUTTON_PIN 0
|
#define BUTTON_PIN 0
|
||||||
#define PIN_BUTTON2 21 // Second built-in button
|
#define PIN_BUTTON2 21 // Second built-in button
|
||||||
#define ALT_BUTTON_PIN PIN_BUTTON2 // Send the up event
|
#define ALT_BUTTON_PIN PIN_BUTTON2 // Send the up event
|
||||||
|
Loading…
Reference in New Issue
Block a user