add iot-core support for analog expansion card

This commit is contained in:
Siwat Sirichai 2023-11-30 02:18:44 +07:00
parent 509f18b7cc
commit d2610b983f
3 changed files with 341 additions and 23 deletions

View file

@ -16,6 +16,7 @@
#define ENABLE_INTERNAL_LCD
#define ENABLE_IR_MODULE
#define ENABLE_CLIMATE_MODULE // Require IR Module
#define ENABLE_ANALOG_MODULE
#define ENABLE_WEBUI
// Infrared Transciever
@ -35,6 +36,9 @@
#define ESPMega_EXTLCD Serial2
#endif
// Analog Module Configuration
#define ANALOG_REPORTING_INTERVAL 500
// User Defined Functions
void user_pre_init();
void user_init();