add iot-core support for analog expansion card
This commit is contained in:
parent
509f18b7cc
commit
d2610b983f
3 changed files with 341 additions and 23 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue