HT_CT_62 beaconPacket fix

This commit is contained in:
richonguzman
2024-05-14 09:23:22 -04:00
parent dc39eec941
commit 630ec062c1
3 changed files with 9 additions and 31 deletions
+4
View File
@@ -10,6 +10,10 @@ String distance, iGateBeaconPacket, iGateLoRaBeaconPacket;
namespace GPS_Utils {
String getiGateLoRaBeaconPacket() {
return iGateLoRaBeaconPacket;
}
char *ax25_base91enc(char *s, uint8_t n, uint32_t v) {
for(s += n, *s = '\0'; n; n--) {
*(--s) = v % 91 + 33;