|
|
@ -39,7 +39,7 @@ |
|
|
|
// https://github.com/xoseperez/espurna/wiki/TwoStepUpdates |
|
|
|
|
|
|
|
// Info |
|
|
|
#define MANUFACTURER "ESPRESSIF" |
|
|
|
#define MANUFACTURER "ESPURNA" |
|
|
|
#define DEVICE "ESPURNA_CORE" |
|
|
|
|
|
|
|
// Disable non-core modules |
|
|
@ -66,6 +66,39 @@ |
|
|
|
//#define TELNET_SUPPORT 0 |
|
|
|
//#define TERMINAL_SUPPORT 0 |
|
|
|
|
|
|
|
#elif defined(ESPURNA_BASE) |
|
|
|
|
|
|
|
// This is a special device with no specific hardware |
|
|
|
// with the basics to easily upgrade it to a device-specific image |
|
|
|
|
|
|
|
// Info |
|
|
|
#define MANUFACTURER "ESPURNA" |
|
|
|
#define DEVICE "ESPURNA_BASE" |
|
|
|
|
|
|
|
// Disable non-core modules |
|
|
|
#define ALEXA_SUPPORT 0 |
|
|
|
#define API_SUPPORT 0 |
|
|
|
#define BROKER_SUPPORT 0 |
|
|
|
#define DOMOTICZ_SUPPORT 0 |
|
|
|
#define DEBUG_SERIAL_SUPPORT 0 |
|
|
|
//#define DEBUG_TELNET_SUPPORT 0 |
|
|
|
//#define DEBUG_WEB_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 |
|
|
|
|
|
|
|
// Extra light-weight image |
|
|
|
#define BUTTON_SUPPORT 0 |
|
|
|
#define LED_SUPPORT 0 |
|
|
|
//#define MDNS_SERVER_SUPPORT 0 |
|
|
|
//#define TELNET_SUPPORT 0 |
|
|
|
//#define TERMINAL_SUPPORT 0 |
|
|
|
|
|
|
|
// ----------------------------------------------------------------------------- |
|
|
|
// Development boards |
|
|
|
// ----------------------------------------------------------------------------- |
|
|
@ -2831,6 +2864,7 @@ |
|
|
|
// * Coosa (https://www.amazon.com/COOSA-Monitoring-Function-Campatible-Assiatant/dp/B0788W9TDR) |
|
|
|
// * Gosund (http://www.gosund.com/?m=content&c=index&a=show&catid=6&id=5) |
|
|
|
// * Ablue (https://www.amazon.de/Intelligente-Steckdose-Ablue-Funktioniert-Assistant/dp/B076DRFRZC) |
|
|
|
// * DIY Tech Smart Home (https://www.amazon.es/gp/product/B07HHKXYS9) |
|
|
|
// ----------------------------------------------------------------------------- |
|
|
|
|
|
|
|
#elif defined(BLITZWOLF_BWSHPX) |
|
|
|