mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-07-06 01:41:42 +02:00
map con estaciones
This commit is contained in:
+1
-2
@@ -22,7 +22,6 @@
|
||||
#include <Arduino.h>
|
||||
#include <vector>
|
||||
|
||||
#define MAX_MAP_STATIONS 50
|
||||
|
||||
struct MapStation {
|
||||
char callsign[10]; // "XX9XXX-NN" + null -> clave para deduplicar
|
||||
@@ -38,7 +37,7 @@ struct MapStation {
|
||||
|
||||
namespace MAP_Utils {
|
||||
|
||||
void upsert(const String& callsign, float latitude, float longitude, const String& symbol, int16_t rssi, float snr);
|
||||
void upsert(const String& callsign, float latitude, float longitude, const String& symbol, int rssi, float snr);
|
||||
String getStationsJson();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user