mirror of https://github.com/arendst/Tasmota.git
Enable new BLE driver for odroid
This commit is contained in:
parent
c5984875d6
commit
f5f6c6e5a1
|
@ -57,6 +57,7 @@
|
|||
#define USE_SPI
|
||||
#define USE_DISPLAY // Add SPI Display Support (+2k code)
|
||||
#define USE_DISPLAY_ILI9341 // [DisplayModel 4] Enable ILI9341 Tft 480x320 display (+19k code)
|
||||
#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
|
||||
|
||||
|
|
Loading…
Reference in New Issue