Merge branch 'master' into dev

This commit is contained in:
Kevin Hester
2021-01-02 12:54:04 +08:00
committed by GitHub
co-authored by GitHub
4 changed files with 64 additions and 13 deletions
+7
View File
@@ -314,3 +314,10 @@ src_filter = ${env.src_filter} -<esp32/> -<nimble/> -<nrf52/> -<meshwifi/>
build_flags = ${arduino_base.build_flags} -O0
framework = arduino
board = linux_x86_64
; The GenieBlocks LORA prototype board
[env:genieblocks_lora]
extends = esp32_base
board = genieblocks_lora
build_flags =
${esp32_base.build_flags} -D GENIEBLOCKS