mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-08-14 01:16:12 -04:00
Implemented packet logging
This commit is contained in:
parent
768edd2f5d
commit
e80db61859
5 changed files with 134 additions and 7 deletions
|
@ -48,4 +48,8 @@ void kiss_output_modem_mode(void);
|
|||
void kiss_output_config(uint8_t* data, size_t length);
|
||||
void kiss_output_afsk_peak(void);
|
||||
|
||||
bool log_init(void);
|
||||
bool load_log_index(void);
|
||||
bool update_log_index(void);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue