- Removed stationMode, now you can decide what modules you want to activate (IGate, Digi)
- Removed WiFi latitude and longitude (that was used for IGate location)
- WiFi always enabled as client or AP (with timeout, no power loss!)
- One beacon location (latitude and longitude)
- Selecting station symbol (one of four) with symbol preview
- One beacon comment (there is no need for separate beacon for digi and igate)
- Options to disable RX and TX (good for testing)
- Sending beacon via RF even if Digi not enabled (as option)
- Sending beacon via APRSIS as option (good for testing, when disabled we can see our range, to what IGate beacon will arrive)
- Removed + WX from comment when sending WX data. User should decide not we
- Digipeater modes, for now only WIDE1 is available like before
- Predefined LoRa speed (mainly 300bps and 1200bps used) but also user defined for experiments
- OTA update button on top menu
- Input for password works as it should (*****)
- Display always show WiFi connection status and APRS-IS connection status (also as "OFF")
- Optimize display timeouts (we shound't wait 1s displaying something because that's waste of time)
- Moved "Display Timeout" from "Beaconing" to "Display" section on Web UI
- APRSIS filter defined by user (default was t/m/[CALLSIGN]/[REPORTING DISTANCE]) default is m/10 because we IGNORE other packets than messages
- Removed "Reporting distance" from Web UI. You have to put your filter manually but that will be explained in wiki/docs
- "APRSIS to RF" option to enable moving packets from APRSIS to RF (don't forget about good filter! Don't flood your network!)
- Beacon path defined by user (Yes, we are using WIDE2 in LoRa APRS!)
- Disable IGate and Digi operations during OTA update
- and also some small refactoring and code cleanup (removed necessary code, console prints, etc)