Browse Source

Info about an extra lightweight core version for 1MB

rfm69
Xose Pérez 6 years ago
parent
commit
fc18bf5873
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      code/espurna/config/hardware.h

+ 8
- 0
code/espurna/config/hardware.h View File

@ -40,6 +40,7 @@
#define DOMOTICZ_SUPPORT 0
#define HOMEASSISTANT_SUPPORT 0
#define I2C_SUPPORT 0
#define MDNS_SERVER_SUPPORT 0
#define MQTT_SUPPORT 0
#define NTP_SUPPORT 0
#define SCHEDULER_SUPPORT 0
@ -47,6 +48,13 @@
#define THINGSPEAK_SUPPORT 0
#define WEB_SUPPORT 0
// Extra light-weight image
//#define DEBUG_SERIAL_SUPPORT 0
//#define DEBUG_TELNET_SUPPORT 0
//#define DEBUG_WEB_SUPPORT 0
//#define TELNET_SUPPORT 0
//#define TERMINAL_SUPPORT 0
// -----------------------------------------------------------------------------
// Development boards
// -----------------------------------------------------------------------------


Loading…
Cancel
Save