Move LMIC_startJoining() outside "#ifdef SINGLE_CHANNEL_GATEWAY" (#6), update version to 1.1.1

This commit is contained in:
Kyle Gabriel
2020-01-20 11:33:47 -05:00
parent 4d4f0545f7
commit 29533fa70e
4 changed files with 6 additions and 4 deletions

View File

@ -115,7 +115,7 @@ void screen_loop() {
if (axp.isVbusRemoveIRQ()) {
baChStatus = "No Charging";
}
Serial.println(baChStatus); //Prints charging status to screen
Serial.println(baChStatus); //Prints charging status to screen
digitalWrite(2, !digitalRead(2));
axp.clearIRQ();
}