remove a few DSR Router bits for S&F Module

This commit is contained in:
Thomas Göttgens
2022-11-28 21:58:30 +01:00
parent fe95247d56
commit f3c5a01daf
5 changed files with 3 additions and 15 deletions

View File

@@ -8,8 +8,6 @@
#include "configuration.h"
#include "error.h"
#include "power.h"
// #include "rom/rtc.h"
//#include "DSRRouter.h"
#include "ReliableRouter.h"
// #include "debug.h"
#include "FSCommon.h"
@@ -217,7 +215,6 @@ void setup()
fsInit();
// router = new DSRRouter();
router = new ReliableRouter();
#ifdef I2C_SDA1