mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-05-01 19:12:14 +02:00
updated screen size
This commit is contained in:
@@ -30,7 +30,7 @@ void setup() {
|
||||
LoRa.setCodingRate4(Config.loramodule.codingRate4);
|
||||
LoRa.enableCrc();
|
||||
LoRa.setTxPower(Config.loramodule.power);
|
||||
Serial.println("init : LoRa Module ... done!");
|
||||
Serial.print("init : LoRa Module ... done!");
|
||||
}
|
||||
|
||||
void sendNewPacket(const String &typeOfMessage, const String &newPacket) {
|
||||
|
||||
Reference in New Issue
Block a user