mirror of https://github.com/arendst/Tasmota.git
Enable PSRAM for Berry
Berry is enabled in `my_user_config.h` by default.
This commit is contained in:
parent
798776ae2f
commit
a1ffd8f57a
|
@ -60,8 +60,9 @@
|
|||
#define USE_SDCARD
|
||||
#define GUI_TRASH_FILE
|
||||
|
||||
#define USE_BERRY // Enable Berry scripting language
|
||||
#ifdef USE_BERRY // Berry scripting language
|
||||
#define USE_BERRY_PSRAM // Allocate Berry memory in PSRAM if PSRAM is connected - this might be slightly slower but leaves main memory intact
|
||||
#endif
|
||||
|
||||
#define USE_ADC
|
||||
#define USE_SPI
|
||||
|
@ -93,8 +94,9 @@
|
|||
#define USE_SDCARD
|
||||
#define GUI_TRASH_FILE
|
||||
|
||||
#define USE_BERRY // Enable Berry scripting language
|
||||
#ifdef USE_BERRY // Berry scripting language
|
||||
#define USE_BERRY_PSRAM // Allocate Berry memory in PSRAM if PSRAM is connected - this might be slightly slower but leaves main memory intact
|
||||
#endif
|
||||
|
||||
#define USE_I2C
|
||||
#define USE_BMA423
|
||||
|
|
Loading…
Reference in New Issue