mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-05 06:26:46 +00:00
more const cleaning
This commit is contained in:
parent
18de124c04
commit
c89ca7316f
10 changed files with 21 additions and 21 deletions
|
|
@ -66,7 +66,7 @@ namespace Utils {
|
|||
}
|
||||
}
|
||||
|
||||
String getLocalIP() {
|
||||
const String getLocalIP() {
|
||||
if (!WiFiConnected) {
|
||||
return "IP : 192.168.4.1";
|
||||
} else if (backUpDigiMode) {
|
||||
|
|
@ -213,7 +213,7 @@ namespace Utils {
|
|||
}
|
||||
}
|
||||
|
||||
void typeOfPacket(const String& packet, uint8_t packetType) {
|
||||
void typeOfPacket(const String& packet, const uint8_t packetType) {
|
||||
String sender = packet.substring(0,packet.indexOf(">"));
|
||||
switch (packetType) {
|
||||
case 0: // LoRa-APRS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue