Add correct handling of sd card, add reset command, add ls command
This commit is contained in:
@@ -22,4 +22,6 @@
|
||||
#ifndef __SETTINGS_SETTINGS_H__
|
||||
#define __SETTINGS_SETTINGS_H__
|
||||
|
||||
settings_save_calibration();
|
||||
|
||||
#endif /* __SETTINGS_SETTINGS_H__ */
|
||||
|
@@ -30,4 +30,6 @@ void shell_handle_input(shellmatta_handle_t shell, const char *data, size_t len)
|
||||
|
||||
void shell_print_string(shellmatta_handle_t shell, const char *string);
|
||||
|
||||
void shell_print_motd(shellmatta_handle_t shell);
|
||||
|
||||
#endif /* __SHELL_H__ */
|
||||
|
Reference in New Issue
Block a user