mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
rm firmware odroid / core2
This commit is contained in:
parent
2fdfa38107
commit
d1253f603b
@ -55,113 +55,6 @@
|
||||
#undef USE_MI_ESP32 // (ESP32 only) Disable support for ESP32 as a BLE-bridge (+9k2 mem, +292k flash)
|
||||
#endif // FIRMWARE_WEBCAM
|
||||
|
||||
/*********************************************************************************************\
|
||||
* [tasmota32-odroidgo.bin]
|
||||
* Provide an image with useful supported sensors enabled for Odroid Go
|
||||
\*********************************************************************************************/
|
||||
|
||||
#ifdef FIRMWARE_ODROID_GO
|
||||
|
||||
#undef CODE_IMAGE_STR
|
||||
#define CODE_IMAGE_STR "odroid-go"
|
||||
|
||||
#undef MODULE
|
||||
#define MODULE ODROID_GO // [Module] Select default module from tasmota_template.h
|
||||
#undef FALLBACK_MODULE
|
||||
#define FALLBACK_MODULE ODROID_GO // [Module2] Select default module on fast reboot where USER_MODULE is user template
|
||||
|
||||
#define USE_ODROID_GO // Add support for Odroid Go
|
||||
#define USE_SDCARD
|
||||
|
||||
#define USE_WEBCLIENT_HTTPS
|
||||
|
||||
#undef USE_HOME_ASSISTANT
|
||||
|
||||
#define USE_I2C
|
||||
#define USE_SPI
|
||||
#define USE_DISPLAY
|
||||
#define SHOW_SPLASH
|
||||
#ifdef USE_UNIVERSAL_DISPLAY
|
||||
#define USE_LVGL
|
||||
#define USE_LVGL_FREETYPE
|
||||
#undef SET_ESP32_STACK_SIZE
|
||||
#define SET_ESP32_STACK_SIZE (24 * 1024)
|
||||
// #define USE_DISPLAY_LVGL_ONLY
|
||||
#else
|
||||
#define USE_DISPLAY_ILI9341 // [DisplayModel 4] Enable ILI9341 Tft 480x320 display (+19k code)
|
||||
#define USE_DISPLAY_MODES1TO5
|
||||
#endif
|
||||
//#define USE_BLE_ESP32 // Enable new BLE driver
|
||||
//#define USE_MI_ESP32 // (ESP32 only) Add support for ESP32 as a BLE-bridge (+9k2 mem, +292k flash)
|
||||
#endif // FIRMWARE_ODROID_GO
|
||||
|
||||
/*********************************************************************************************\
|
||||
* [tasmota32-core2.bin]
|
||||
* Provide an image with useful supported sensors enabled for M5stack core2
|
||||
\*********************************************************************************************/
|
||||
|
||||
#ifdef FIRMWARE_M5STACK_CORE2
|
||||
|
||||
#undef CODE_IMAGE_STR
|
||||
#define CODE_IMAGE_STR "core2"
|
||||
|
||||
#undef MODULE
|
||||
#define MODULE M5STACK_CORE2 // [Module] Select default module from tasmota_template.h
|
||||
#undef FALLBACK_MODULE
|
||||
#define FALLBACK_MODULE M5STACK_CORE2 // [Module2] Select default module on fast reboot where USER_MODULE is user template
|
||||
|
||||
#undef USE_HOME_ASSISTANT
|
||||
|
||||
#define USE_M5STACK_CORE2 // Add support for M5Stack Core2
|
||||
#define USE_I2S_SAY_TIME
|
||||
#define USE_I2S_WEBRADIO
|
||||
#define USE_SDCARD
|
||||
|
||||
#define USE_WEBCLIENT_HTTPS
|
||||
|
||||
#define USE_I2C
|
||||
#define USE_BMA423
|
||||
#define USE_MPU_ACCEL
|
||||
#define USE_SPI
|
||||
#define USE_DISPLAY
|
||||
#define SHOW_SPLASH
|
||||
#ifdef USE_UNIVERSAL_DISPLAY
|
||||
#define USE_LVGL
|
||||
#define USE_LVGL_FREETYPE
|
||||
#undef SET_ESP32_STACK_SIZE
|
||||
#define SET_ESP32_STACK_SIZE (24 * 1024)
|
||||
// #define USE_DISPLAY_LVGL_ONLY
|
||||
#else
|
||||
#define USE_DISPLAY_ILI9341 // [DisplayModel 4] Enable ILI9341 Tft 480x320 display (+19k code)
|
||||
#define USE_DISPLAY_MODES1TO5
|
||||
#endif
|
||||
#define USE_TOUCH_BUTTONS
|
||||
#define JPEG_PICTS
|
||||
#define USE_FT5206
|
||||
|
||||
#define USE_SENDMAIL
|
||||
#define USE_ESP32MAIL
|
||||
|
||||
#ifndef USE_RULES
|
||||
#define USE_SCRIPT // Add support for script (+17k code)
|
||||
// Script related defines
|
||||
#define MAXVARS 75
|
||||
#define MAXSVARS 15
|
||||
#define MAXFILT 10
|
||||
#define UFSYS_SIZE 8192
|
||||
#define USE_SCRIPT_TASK
|
||||
#define LARGE_ARRAYS
|
||||
#define SCRIPT_LARGE_VNBUFF
|
||||
#define USE_SCRIPT_GLOBVARS
|
||||
#define USE_SCRIPT_SUB_COMMAND
|
||||
#define USE_ANGLE_FUNC
|
||||
#define USE_SCRIPT_WEB_DISPLAY
|
||||
#define SCRIPT_FULL_WEBPAGE
|
||||
#define SCRIPT_GET_HTTPS_JP
|
||||
#define USE_GOOGLE_CHARTS
|
||||
#endif // USE_RULES
|
||||
#endif // FIRMWARE_M5STACK_CORE2
|
||||
|
||||
/*********************************************************************************************\
|
||||
* [tasmota32-bluetooth.bin]
|
||||
* Provide an image with BLE support
|
||||
|
Loading…
x
Reference in New Issue
Block a user