Skip to content

Commit 61cf118

Browse files
committed
cleaning Headers
1 parent 4471908 commit 61cf118

21 files changed

Lines changed: 114 additions & 112 deletions

include/A7670_utils.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/* Copyright (C) 2025 Ricardo Guzman - CA2RXU
2-
*
2+
*
33
* This file is part of LoRa APRS iGate.
4-
*
4+
*
55
* LoRa APRS iGate is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
7+
* the Free Software Foundation, either version 3 of the License, or
88
* (at your option) any later version.
9-
*
9+
*
1010
* LoRa APRS iGate is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
* GNU General Public License for more details.
14-
*
14+
*
1515
* You should have received a copy of the GNU General Public License
1616
* along with LoRa APRS iGate. If not, see <https://www.gnu.org/licenses/>.
1717
*/

include/aprs_is_utils.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/* Copyright (C) 2025 Ricardo Guzman - CA2RXU
2-
*
2+
*
33
* This file is part of LoRa APRS iGate.
4-
*
4+
*
55
* LoRa APRS iGate is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
7+
* the Free Software Foundation, either version 3 of the License, or
88
* (at your option) any later version.
9-
*
9+
*
1010
* LoRa APRS iGate is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
* GNU General Public License for more details.
14-
*
14+
*
1515
* You should have received a copy of the GNU General Public License
1616
* along with LoRa APRS iGate. If not, see <https://www.gnu.org/licenses/>.
1717
*/

include/battery_utils.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/* Copyright (C) 2025 Ricardo Guzman - CA2RXU
2-
*
2+
*
33
* This file is part of LoRa APRS iGate.
4-
*
4+
*
55
* LoRa APRS iGate is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
7+
* the Free Software Foundation, either version 3 of the License, or
88
* (at your option) any later version.
9-
*
9+
*
1010
* LoRa APRS iGate is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
* GNU General Public License for more details.
14-
*
14+
*
1515
* You should have received a copy of the GNU General Public License
1616
* along with LoRa APRS iGate. If not, see <https://www.gnu.org/licenses/>.
1717
*/

include/configuration.h

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/* Copyright (C) 2025 Ricardo Guzman - CA2RXU
2-
*
2+
*
33
* This file is part of LoRa APRS iGate.
4-
*
4+
*
55
* LoRa APRS iGate is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
7+
* the Free Software Foundation, either version 3 of the License, or
88
* (at your option) any later version.
9-
*
9+
*
1010
* LoRa APRS iGate is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
* GNU General Public License for more details.
14-
*
14+
*
1515
* You should have received a copy of the GNU General Public License
1616
* along with LoRa APRS iGate. If not, see <https://www.gnu.org/licenses/>.
1717
*/
@@ -44,7 +44,7 @@ class BEACON {
4444
int interval;
4545
String overlay;
4646
String symbol;
47-
String path;
47+
String path;
4848
bool sendViaAPRSIS;
4949
bool sendViaRF;
5050
int beaconFreq;
@@ -78,7 +78,7 @@ class LoraModule {
7878
long rxFreq;
7979
int rxSpreadingFactor;
8080
int rxCodingRate4;
81-
long rxSignalBandwidth;
81+
long rxSignalBandwidth;
8282
bool txActive;
8383
long txFreq;
8484
int txSpreadingFactor;
@@ -188,10 +188,10 @@ class Configuration {
188188
BATTERY battery;
189189
WXSENSOR wxsensor;
190190
SYSLOG syslog;
191-
TNC tnc;
191+
TNC tnc;
192192
OTA ota;
193193
WEBADMIN webadmin;
194-
NTP ntp;
194+
NTP ntp;
195195
REMOTE_MANAGEMENT remoteManagement;
196196
MQTT mqtt;
197197

include/digi_utils.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/* Copyright (C) 2025 Ricardo Guzman - CA2RXU
2-
*
2+
*
33
* This file is part of LoRa APRS iGate.
4-
*
4+
*
55
* LoRa APRS iGate is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
7+
* the Free Software Foundation, either version 3 of the License, or
88
* (at your option) any later version.
9-
*
9+
*
1010
* LoRa APRS iGate is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
* GNU General Public License for more details.
14-
*
14+
*
1515
* You should have received a copy of the GNU General Public License
1616
* along with LoRa APRS iGate. If not, see <https://www.gnu.org/licenses/>.
1717
*/

include/display.h

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/* Copyright (C) 2025 Ricardo Guzman - CA2RXU
2-
*
2+
*
33
* This file is part of LoRa APRS iGate.
4-
*
4+
*
55
* LoRa APRS iGate is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
7+
* the Free Software Foundation, either version 3 of the License, or
88
* (at your option) any later version.
9-
*
9+
*
1010
* LoRa APRS iGate is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
* GNU General Public License for more details.
14-
*
14+
*
1515
* You should have received a copy of the GNU General Public License
1616
* along with LoRa APRS iGate. If not, see <https://www.gnu.org/licenses/>.
1717
*/
@@ -21,6 +21,7 @@
2121

2222
#include <Arduino.h>
2323

24+
2425
#define SCREEN_ADDRESS 0x3C ///< See datasheet for Address; 0x3D for 128x64, 0x3C for 128x32
2526

2627
void displaySetup();

include/gps_utils.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/* Copyright (C) 2025 Ricardo Guzman - CA2RXU
2-
*
2+
*
33
* This file is part of LoRa APRS iGate.
4-
*
4+
*
55
* LoRa APRS iGate is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
7+
* the Free Software Foundation, either version 3 of the License, or
88
* (at your option) any later version.
9-
*
9+
*
1010
* LoRa APRS iGate is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
* GNU General Public License for more details.
14-
*
14+
*
1515
* You should have received a copy of the GNU General Public License
1616
* along with LoRa APRS iGate. If not, see <https://www.gnu.org/licenses/>.
1717
*/
@@ -23,7 +23,7 @@
2323

2424

2525
namespace GPS_Utils {
26-
26+
2727
String getiGateLoRaBeaconPacket();
2828
char *ax25_base91enc(char *s, uint8_t n, uint32_t v);
2929
String encodeGPS(float latitude, float longitude, const String& overlay, const String& symbol);

include/kiss_protocol.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/* Copyright (C) 2025 Ricardo Guzman - CA2RXU
2-
*
2+
*
33
* This file is part of LoRa APRS iGate.
4-
*
4+
*
55
* LoRa APRS iGate is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
7+
* the Free Software Foundation, either version 3 of the License, or
88
* (at your option) any later version.
9-
*
9+
*
1010
* LoRa APRS iGate is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
* GNU General Public License for more details.
14-
*
14+
*
1515
* You should have received a copy of the GNU General Public License
1616
* along with LoRa APRS iGate. If not, see <https://www.gnu.org/licenses/>.
1717
*/

include/kiss_utils.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/* Copyright (C) 2025 Ricardo Guzman - CA2RXU
2-
*
2+
*
33
* This file is part of LoRa APRS iGate.
4-
*
4+
*
55
* LoRa APRS iGate is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
7+
* the Free Software Foundation, either version 3 of the License, or
88
* (at your option) any later version.
9-
*
9+
*
1010
* LoRa APRS iGate is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
* GNU General Public License for more details.
14-
*
14+
*
1515
* You should have received a copy of the GNU General Public License
1616
* along with LoRa APRS iGate. If not, see <https://www.gnu.org/licenses/>.
1717
*/

include/lora_utils.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/* Copyright (C) 2025 Ricardo Guzman - CA2RXU
2-
*
2+
*
33
* This file is part of LoRa APRS iGate.
4-
*
4+
*
55
* LoRa APRS iGate is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, either version 3 of the License, or
7+
* the Free Software Foundation, either version 3 of the License, or
88
* (at your option) any later version.
9-
*
9+
*
1010
* LoRa APRS iGate is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
* GNU General Public License for more details.
14-
*
14+
*
1515
* You should have received a copy of the GNU General Public License
1616
* along with LoRa APRS iGate. If not, see <https://www.gnu.org/licenses/>.
1717
*/

0 commit comments

Comments
 (0)