mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-07-05 01:12:06 +02:00
test OTA also (only Firmwares and not Filesystem!)
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ void setup() {
|
||||
LoRa.setCodingRate4(Config.loramodule.codingRate4);
|
||||
LoRa.enableCrc();
|
||||
LoRa.setTxPower(Config.loramodule.power);
|
||||
Serial.println("LoRa init done!\n");
|
||||
Serial.println("LoRa init done!");
|
||||
}
|
||||
|
||||
void sendNewPacket(const String &typeOfMessage, const String &newPacket) {
|
||||
|
||||
Reference in New Issue
Block a user