mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
add native settings
This commit is contained in:
parent
8c2c217acc
commit
2dd186d8bd
|
|
@ -47,3 +47,9 @@ build_flags = -Werror -Wall -DUNITY_INCLUDE_PRINT_FORMATTED
|
|||
board = esp32doit-devkit-v1
|
||||
build_flags = -Werror -Wall -DCORE_DEBUG_LEVEL=5 -DUNITY_INCLUDE_PRINT_FORMATTED
|
||||
build_type = debug
|
||||
|
||||
[env:native]
|
||||
platform = https://github.com/peterus/platform-native.git
|
||||
framework = arduino
|
||||
board = linux_arm
|
||||
build_flags = -Werror -Wall -DCORE_DEBUG_LEVEL=5 -DUNITY_INCLUDE_PRINT_FORMATTED
|
||||
|
|
|
|||
Loading…
Reference in a new issue