openaliro
Aliro reader: UWB/CCC core and ESP32-S3/C5/C6 port
Loading...
Searching...
No Matches
aliro_shell.h
Go to the documentation of this file.
1
3#ifndef ALIRO_SHELL_H_
4#define ALIRO_SHELL_H_
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
23void aliro_shell_set_factory_reset(void (*fn)(void));
24
25#ifdef __cplusplus
26}
27#endif
28
29#endif /* ALIRO_SHELL_H_ */
void aliro_shell_set_factory_reset(void(*fn)(void))
Supply the handler that aliro factoryreset yes invokes.
Definition aliro_shell.c:296