123456789101112131415161718192021222324252627282930 |
-
-
- #ifndef __STATE_WIFI_EDIT_H__
- #define __STATE_WIFI_EDIT_H__
-
- #include <stdint.h>
-
- void state_wifi_edit_index(uint16_t index);
-
- void state_wifi_edit_enter(void);
- void state_wifi_edit_exit(void);
- void state_wifi_edit_run(void);
-
- #endif
|