STM32H750VB_LwESP/Core/Inc/lwesp_opts.h

16 lines
395 B
C

#ifndef LWESP_HDR_OPTS_H
#define LWESP_HDR_OPTS_H
/* Rename this file to "lwesp_opts.h" for your application */
/*
* Open "include/lwesp/lwesp_opt.h" and
* copy & replace here settings you want to change values
*/
#define LWESP_CFG_AT_ECHO 1
#define LWESP_CFG_INPUT_USE_PROCESS 1
#define LWESP_CFG_SNTP 1
#endif /* LWESP_HDR_OPTS_H */