AWS IoT for ESP32 v1.0.0
An ESP-IDF based solution
lib_menu.h
1
2
3#ifndef _LIB_MENU_H_
4#define _LIB_MENU_H_
5
6/* Includes ------------------------------------------------------------------*/
7
8#include "stdutils.h"
9
10void MENU_sync();
11
12#endif