mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 10:19:59 +00:00
9822a85274
* Create ESP32-S3-WROOM-1-N4.json * Create pins_arduino.h * Create platformio.ini * Create variant.h * Update mesh.pb.h * Update architecture.h * Update mesh.pb.h * Update variant.h * Update variant.h Add example schematic * Update architecture.h * Revert update architecture.h * Create variant.h * Create pins_arduino.h * Create platformio.ini * Delete variants/E22-900M_S3 directory * Update architecture.h * Update variant.h * Update platformio.ini * Update variant.h * Update variant.h * Update architecture.h * Update platformio.ini * Update architecture.h * Update ESP32-S3-WROOM-1-N4.json * Update platformio.ini * Update ESP32-S3-WROOM-1-N4.json * Update variant.h * Update variant.h * Update variant.h * Update variant.h * Update pins_arduino.h * Update architecture.h * add SX1268 allow * GPS * Commit * Whitespace * Update variant.h * Update variant.h * trunk --------- Co-authored-by: Ben Meadors <benmmeadors@gmail.com> Co-authored-by: Thomas Göttgens <tgoettgens@gmail.com> Co-authored-by: S5NC <>
10 lines
263 B
INI
10 lines
263 B
INI
[env:EBYTE_ESP32-S3]
|
|
extends = esp32s3_base
|
|
; board assumes the lowest spec WROOM module: 4 MB (Quad SPI) Flash, No PSRAM
|
|
board = ESP32-S3-WROOM-1-N4
|
|
board_level = extra
|
|
build_flags =
|
|
${esp32s3_base.build_flags}
|
|
-D EBYTE_ESP32_S3
|
|
-I variants/EBYTE_ESP32-S3
|