* faketec/promicro fix
This commit is contained in:
@@ -2,9 +2,7 @@
|
|||||||
extends = nrf52840_base
|
extends = nrf52840_base
|
||||||
board = promicro_nrf52840
|
board = promicro_nrf52840
|
||||||
build_flags = ${nrf52840_base.build_flags}
|
build_flags = ${nrf52840_base.build_flags}
|
||||||
-I src
|
-I variants/promicro
|
||||||
-I src/helpers/nrf52
|
|
||||||
-I variants/promicro_nrf52840
|
|
||||||
-D FAKETEC
|
-D FAKETEC
|
||||||
-D RADIO_CLASS=CustomSX1262
|
-D RADIO_CLASS=CustomSX1262
|
||||||
-D WRAPPER_CLASS=CustomSX1262Wrapper
|
-D WRAPPER_CLASS=CustomSX1262Wrapper
|
||||||
@@ -18,7 +16,7 @@ build_flags = ${nrf52840_base.build_flags}
|
|||||||
-D PIN_USER_BTN=6
|
-D PIN_USER_BTN=6
|
||||||
build_src_filter = ${nrf52840_base.build_src_filter}
|
build_src_filter = ${nrf52840_base.build_src_filter}
|
||||||
+<helpers/nrf52/FaketecBoard.cpp>
|
+<helpers/nrf52/FaketecBoard.cpp>
|
||||||
+<../variants/promicro_nrf52840>
|
+<../variants/promicro>
|
||||||
lib_deps=
|
lib_deps=
|
||||||
${nrf52840_base.lib_deps}
|
${nrf52840_base.lib_deps}
|
||||||
adafruit/Adafruit SSD1306 @ ^2.5.13
|
adafruit/Adafruit SSD1306 @ ^2.5.13
|
||||||
@@ -104,7 +102,7 @@ lib_deps =
|
|||||||
extends = nrf52840_base
|
extends = nrf52840_base
|
||||||
board = promicro_nrf52840
|
board = promicro_nrf52840
|
||||||
build_flags = ${nrf52840_base.build_flags}
|
build_flags = ${nrf52840_base.build_flags}
|
||||||
-I variants/promicro_nrf52840
|
-I variants/promicro
|
||||||
-D FAKETEC
|
-D FAKETEC
|
||||||
-D RADIO_CLASS=CustomLLCC68
|
-D RADIO_CLASS=CustomLLCC68
|
||||||
-D WRAPPER_CLASS=CustomLLCC68Wrapper
|
-D WRAPPER_CLASS=CustomLLCC68Wrapper
|
||||||
@@ -113,7 +111,7 @@ build_flags = ${nrf52840_base.build_flags}
|
|||||||
-D SX126X_RX_BOOSTED_GAIN=1
|
-D SX126X_RX_BOOSTED_GAIN=1
|
||||||
build_src_filter = ${nrf52840_base.build_src_filter}
|
build_src_filter = ${nrf52840_base.build_src_filter}
|
||||||
+<helpers/nrf52/FaketecBoard.cpp>
|
+<helpers/nrf52/FaketecBoard.cpp>
|
||||||
+<../variants/promicro_nrf52840>
|
+<../variants/promicro>
|
||||||
|
|
||||||
[env:ProMicroLLCC68_Repeater]
|
[env:ProMicroLLCC68_Repeater]
|
||||||
extends = ProMicroLLCC68
|
extends = ProMicroLLCC68
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <FaketecBoard.h>
|
#include <helpers/nrf52/FaketecBoard.h>
|
||||||
#include <helpers/CustomSX1262Wrapper.h>
|
#include <helpers/CustomSX1262Wrapper.h>
|
||||||
#include <helpers/CustomLLCC68Wrapper.h>
|
#include <helpers/CustomLLCC68Wrapper.h>
|
||||||
|
|
||||||
Reference in New Issue
Block a user