You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have defined three different beacons, mostly because I have three profiles for the smart beaconing (walking, bike and car). Now when you use the same SSID, you may loose the overview, which is the current profile. If you press the button, the next profile will be selected instantly.
With the additon of
show_display(BeaconMan.getCurrentBeaconConfig()->callsign, BeaconMan.getCurrentBeaconConfig()->message, 2000);
in the toggle_display function (LoRa_APRS_Tracker), this is solved, because, every time, when the display is switched on again, the current profile is shown for 2 sec.
The text was updated successfully, but these errors were encountered:
I have defined three different beacons, mostly because I have three profiles for the smart beaconing (walking, bike and car). Now when you use the same SSID, you may loose the overview, which is the current profile. If you press the button, the next profile will be selected instantly.
With the additon of
show_display(BeaconMan.getCurrentBeaconConfig()->callsign, BeaconMan.getCurrentBeaconConfig()->message, 2000);
in the toggle_display function (LoRa_APRS_Tracker), this is solved, because, every time, when the display is switched on again, the current profile is shown for 2 sec.
The text was updated successfully, but these errors were encountered: