old RF95 code builds again

This commit is contained in:
geeksville
2020-04-30 16:36:59 -07:00
parent d7d8188093
commit dd7452ad96
7 changed files with 47 additions and 66 deletions

View File

@@ -54,8 +54,8 @@ bool MeshRadio::init()
delay(10);
#endif
radioIf.setThisAddress(
nodeDB.getNodeNum()); // Note: we must do this here, because the nodenum isn't inited at constructor time.
// we now expect interfaces to operate in promiscous mode
// radioIf.setThisAddress(nodeDB.getNodeNum()); // Note: we must do this here, because the nodenum isn't inited at constructor time.
applySettings();