mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-18 06:10:58 -04:00
Implemented EEPROM settings
This commit is contained in:
parent
7484883c1b
commit
e6def21716
10 changed files with 3480 additions and 2924 deletions
|
@ -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!
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue