Remove incomplete ReliableRouter implementation

This commit is contained in:
Jm Casler
2022-02-27 12:46:23 -08:00
parent 10fefe7c7b
commit 92d5dedc63
3 changed files with 0 additions and 336 deletions

View File

@@ -9,7 +9,6 @@
#include "error.h"
#include "power.h"
// #include "rom/rtc.h"
#include "DSRRouter.h"
// #include "debug.h"
#include "FSCommon.h"
#include "RTC.h"
@@ -62,8 +61,6 @@ uint8_t screen_found;
bool axp192_found;
Router *router = NULL; // Users of router don't care what sort of subclass implements that API
// -----------------------------------------------------------------------------
// Application
// -----------------------------------------------------------------------------
@@ -443,8 +440,6 @@ void setup()
fsInit();
router = new DSRRouter();
#ifdef I2C_SDA
Wire.begin(I2C_SDA, I2C_SCL);
#elif !defined(NO_WIRE)
@@ -662,7 +657,6 @@ void setup()
if (!rIf)
RECORD_CRITICALERROR(CriticalErrorCode_NoRadio);
else{
router->addInterface(rIf);
// Calculate and save the bit rate to myNodeInfo
// TODO: This needs to be added what ever method changes the channel from the phone.