Signed-off-by: 吴文峰 <kevin@lmve.net>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
[env:buildroot]
|
||||
extends = portduino_base
|
||||
; Optional libraries should be appended to `PLATFORMIO_BUILD_FLAGS`
|
||||
; environment variable in the buildroot environment.
|
||||
build_flags = ${portduino_base.build_flags} -O0 -I variants/native/portduino-buildroot
|
||||
board = buildroot
|
||||
board_level = extra
|
||||
build_src_filter = ${portduino_base.build_src_filter}
|
||||
@@ -0,0 +1,5 @@
|
||||
#define HAS_SCREEN 1
|
||||
#define USE_TFTDISPLAY 1
|
||||
#define HAS_GPS 1
|
||||
#define MAX_RX_TOPHONE portduino_config.maxtophone
|
||||
#define MAX_NUM_NODES portduino_config.MaxNodes
|
||||
Reference in New Issue
Block a user