|
|
@ -20,11 +20,38 @@ |
|
|
|
// |
|
|
|
// Besides, other hardware specific information should be stated here |
|
|
|
|
|
|
|
// ----------------------------------------------------------------------------- |
|
|
|
// ESPurna Core |
|
|
|
// ----------------------------------------------------------------------------- |
|
|
|
|
|
|
|
#if defined(ESPURNA_CORE) |
|
|
|
|
|
|
|
// This is a special device targeted to generate a light-weight binary image |
|
|
|
// meant to be able to do two-step-updates: |
|
|
|
// https://github.com/xoseperez/espurna/wiki/TwoStepUpdates |
|
|
|
|
|
|
|
// Info |
|
|
|
#define MANUFACTURER "ESPRESSIF" |
|
|
|
#define DEVICE "ESPURNA_CORE" |
|
|
|
|
|
|
|
// Disable non-core modules |
|
|
|
#define ALEXA_SUPPORT 0 |
|
|
|
#define BROKER_SUPPORT 0 |
|
|
|
#define DOMOTICZ_SUPPORT 0 |
|
|
|
#define HOMEASSISTANT_SUPPORT 0 |
|
|
|
#define I2C_SUPPORT 0 |
|
|
|
#define MQTT_SUPPORT 0 |
|
|
|
#define NTP_SUPPORT 0 |
|
|
|
#define SCHEDULER_SUPPORT 0 |
|
|
|
#define SENSOR_SUPPORT 0 |
|
|
|
#define THINGSPEAK_SUPPORT 0 |
|
|
|
#define WEB_SUPPORT 0 |
|
|
|
|
|
|
|
// ----------------------------------------------------------------------------- |
|
|
|
// Development boards |
|
|
|
// ----------------------------------------------------------------------------- |
|
|
|
|
|
|
|
#if defined(NODEMCU_LOLIN) |
|
|
|
#elif defined(NODEMCU_LOLIN) |
|
|
|
|
|
|
|
// Info |
|
|
|
#define MANUFACTURER "NODEMCU" |
|
|
|