mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-08 06:02:05 +00:00
Icarus - Fix platform dependency version and add selection button (#5161)
* Update variant.h * Update platformio.ini
This commit is contained in:
parent
94ff67e927
commit
bf760a44ba
@ -6,7 +6,7 @@ board_check = true
|
|||||||
board_build.mcu = esp32s3
|
board_build.mcu = esp32s3
|
||||||
upload_protocol = esptool
|
upload_protocol = esptool
|
||||||
upload_speed = 921600
|
upload_speed = 921600
|
||||||
platform_packages = framework-arduinoespressif32@https://github.com/PowerFeather/powerfeather-meshtastic-arduino-lib/releases/download/2.0.16b/esp32-2.0.16.zip
|
platform_packages = framework-arduinoespressif32@https://github.com/PowerFeather/powerfeather-meshtastic-arduino-lib/releases/download/2.0.16a/esp32-2.0.16.zip
|
||||||
lib_deps =
|
lib_deps =
|
||||||
${esp32s3_base.lib_deps}
|
${esp32s3_base.lib_deps}
|
||||||
build_unflags =
|
build_unflags =
|
||||||
@ -16,4 +16,4 @@ build_flags =
|
|||||||
${esp32s3_base.build_flags} -D PRIVATE_HW -I variants/icarus
|
${esp32s3_base.build_flags} -D PRIVATE_HW -I variants/icarus
|
||||||
-DBOARD_HAS_PSRAM
|
-DBOARD_HAS_PSRAM
|
||||||
|
|
||||||
-DARDUINO_USB_MODE=0
|
-DARDUINO_USB_MODE=0
|
||||||
|
@ -7,8 +7,9 @@
|
|||||||
#define I2C_SDA1 18
|
#define I2C_SDA1 18
|
||||||
#define I2C_SCL1 6
|
#define I2C_SCL1 6
|
||||||
|
|
||||||
|
#define BUTTON_PIN 7 // Selection button
|
||||||
|
|
||||||
// XIAO S3 LORA module
|
// RA-01SH/HT-RA62 LORA module
|
||||||
#define USE_SX1262
|
#define USE_SX1262
|
||||||
|
|
||||||
#define LORA_MISO 39
|
#define LORA_MISO 39
|
||||||
|
Loading…
Reference in New Issue
Block a user