Implemented EEPROM settings

This commit is contained in:
Mark Qvist 2014-06-19 10:36:16 +02:00
parent 7484883c1b
commit e6def21716
10 changed files with 3480 additions and 2924 deletions

View file

@ -95,6 +95,9 @@ static void init(void)
// ... and a protocol context with the modem
ax25_init(&ax25, &afsk.fd, message_callback);
// Init SimpleSerial
ss_init();
// That's all!
}