mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-11 09:04:53 +00:00
[Storage] Add FEATURE_ flags to Custom-sample.h
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
#define FEATURE_JSON_EVENT 0 // Generates an event with the values of a JSON repsonse of an HTTP call. Keys are stored in json.keys one key per line (e.g.: Body.Data.DAY_ENERGY.Values.1)
|
||||
// #define FEATURE_SD 1 // Enable SD card support
|
||||
// #define FEATURE_DOWNLOAD 1 // Enable downloading a file from an url
|
||||
// #define FEATURE_EEPROM_EXTERNAL 1 // Enable support for AT24Cxxx EEPROM chips AT24C32(4kB)..AT24C1024(128kB), optional: AT24C2048(256kB) and FRAM MB85RC32(4kB)..MB85RC1M(128kB), optional: MB85RC2M(256kB)
|
||||
// #define FEATURE_RTC_SRAM_STORAGE 1 // Enable storing values in supported RTC Clock chip SRAM (DS1307, DS3232)
|
||||
|
||||
#ifdef BUILD_GIT
|
||||
# undef BUILD_GIT
|
||||
|
||||
Reference in New Issue
Block a user