and now it should be possible to enter and leave bind mode
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "Arduino.h"
|
||||
#include "radio_node.h"
|
||||
|
||||
#ifndef PLATFORM_NODE_H
|
||||
#define PLATFORM_NODE_H
|
||||
@@ -9,6 +10,8 @@
|
||||
#define PLATFORM_CHANNEL_COUNT 10
|
||||
#define PLATFORM_DEFAULT_CHANNEL_VALUE 1000
|
||||
|
||||
extern RadioNode radioNode;
|
||||
|
||||
enum deviceStates {
|
||||
DEVICE_STATE_OK,
|
||||
DEVICE_STATE_FAILSAFE,
|
||||
|
||||
Reference in New Issue
Block a user