mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 18:29:56 +00:00
0c600363c8
* add nano g1 * Update platformio.ini * Update configuration.h * Revert platformio.ini to previous state * Update configuration.h * Update platformio.ini Co-authored-by: Thomas Göttgens <tgoettgens@gmail.com>
8 lines
205 B
INI
8 lines
205 B
INI
; The 1.0 release of the nano-g1 board
|
|
[env:nano-g1]
|
|
extends = esp32_base
|
|
board = ttgo-t-beam
|
|
lib_deps =
|
|
${esp32_base.lib_deps}
|
|
build_flags =
|
|
${esp32_base.build_flags} -D NANO_G1 -I variants/nano-g1 |