summaryrefslogtreecommitdiff
path: root/Mode/ModeSingle.h
diff options
context:
space:
mode:
Diffstat (limited to 'Mode/ModeSingle.h')
-rw-r--r--Mode/ModeSingle.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/Mode/ModeSingle.h b/Mode/ModeSingle.h
index 976c8eb..125e496 100644
--- a/Mode/ModeSingle.h
+++ b/Mode/ModeSingle.h
@@ -2,8 +2,6 @@
#define __MODESINGLE_H__
#include "Mode.h"
-#include "mDot.h"
-#include "LoRaHandler.h"
#include "LayoutHelp.h"
#include "LayoutFile.h"
#include "LayoutConfirm.h"
@@ -39,17 +37,6 @@ class ModeSingle : public Mode {
LayoutSurveyProgress _progress;
LayoutSurveySuccess _success;
LayoutSurveyFailure _failure;
- mDot* _dot;
- LoRaHandler* _lora;
- uint8_t _band;
- uint8_t _sub_band;
- uint8_t _data_rate;
- uint8_t _power;
- uint32_t _next_tx;
- ButtonHandler::ButtonEvent _be;
- LoRaHandler::LoRaStatus _ls;
- uint8_t _state;
- bool _send_data;
};
#endif