This commit is contained in:
pohui
2024-10-30 09:54:24 +01:00
commit 46cbe571eb
909 changed files with 132802 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[env:native]
extends = portduino_base
; The pkg-config commands below optionally add link flags.
; the || : is just a "or run the null command" to avoid returning an error code
build_flags = ${portduino_base.build_flags} -O0 -I variants/portduino -I /usr/include
!pkg-config --libs libulfius --silence-errors || :
!pkg-config --libs openssl --silence-errors || :
board = cross_platform
lib_deps = ${portduino_base.lib_deps}
build_src_filter = ${portduino_base.build_src_filter}
+8
View File
@@ -0,0 +1,8 @@
#define HAS_SCREEN 0
#define HAS_RADIO 1
#define CANNED_MESSAGE_MODULE_ENABLE 1
#define HAS_GPS 0
#define MAX_RX_TOPHONE settingsMap[maxtophone]
#define MAX_NUM_NODES settingsMap[maxnodes]
#define RADIOLIB_GODMODE 1
#define ARCH_PORTDUINO 1