sq8vps / vp-digi

VP-Digi - a functional, cheap, easy to assemble and configure STM32-based APRS digipeater controller with built-in KISS modem.
https://sq8l.pzk.pl/index.php/vp-digi-cheap-and-functional-aprs-digipeater-controller-with-kiss-modem/
GNU General Public License v3.0
47 stars 14 forks source link

small bug in config.c #26

Closed osiemk closed 1 year ago

osiemk commented 1 year ago

nonaprs status was not stored in memory.

sq8vps commented 1 year ago

Actually storing full 7 bytes of destination address was not needed (7th byte is the SSID that is always the same). I have changed it so now only 6 destination address bytes are stored. This way the configuration memory space layout remains the same.