mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
build fix for meshtiny (nrf52board ota refactor)
This commit is contained in:
parent
ac79b38fa6
commit
4a83a6658a
1 changed files with 2 additions and 2 deletions
|
|
@ -4,12 +4,12 @@
|
|||
#include <MeshCore.h>
|
||||
#include <helpers/NRF52Board.h>
|
||||
|
||||
class MeshtinyBoard : public NRF52BoardDCDC, public NRF52BoardOTA {
|
||||
class MeshtinyBoard : public NRF52BoardDCDC {
|
||||
protected:
|
||||
uint8_t btn_prev_state;
|
||||
|
||||
public:
|
||||
MeshtinyBoard() : NRF52BoardOTA("Meshtiny OTA") {}
|
||||
MeshtinyBoard() : NRF52Board("Meshtiny OTA") {}
|
||||
void begin();
|
||||
|
||||
#if defined(P_LORA_TX_LED)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue