progress on Wifi in portduino

This commit is contained in:
Kevin Hester
2021-03-15 19:59:09 +08:00
parent 60f7ec8998
commit f492f6deb6
7 changed files with 149 additions and 10 deletions

View File

@@ -88,7 +88,10 @@ public:
*/
void portduinoSetup() {
printf("Setting up Meshtastic on Porduino...\n");
gpioBind(new R595PolledIrqPin());
// FIXME: disable while not testing with real hardware
// gpioBind(new R595PolledIrqPin());
// gpioBind((new SimGPIOPin(LORA_RESET, "LORA_RESET")));
// gpioBind((new SimGPIOPin(RF95_NSS, "RF95_NSS"))->setSilent());
}