mirror of https://github.com/arendst/Tasmota.git
Workaround NeoPixelBus STAGE compile error
Workaround NeoPixelBus STAGE compile error
This commit is contained in:
parent
ed69f5a342
commit
ef5377e327
|
@ -48,7 +48,11 @@ extern "C"
|
|||
#include "ets_sys.h"
|
||||
#include "user_interface.h"
|
||||
|
||||
// Workaround STAGE compile error
|
||||
#include <core_version.h>
|
||||
#if defined(ARDUINO_ESP8266_RELEASE_2_3_0) || defined(ARDUINO_ESP8266_RELEASE_2_4_0) || defined(ARDUINO_ESP8266_RELEASE_2_4_1) || defined(ARDUINO_ESP8266_RELEASE_2_4_2) || defined(ARDUINO_ESP8266_RELEASE_2_5_0)
|
||||
void rom_i2c_writeReg_Mask(uint32_t block, uint32_t host_id, uint32_t reg_add, uint32_t Msb, uint32_t Lsb, uint32_t indata);
|
||||
#endif
|
||||
}
|
||||
|
||||
struct slc_queue_item
|
||||
|
|
|
@ -90,7 +90,7 @@ platform = https://github.com/platformio/platform-espressif8266
|
|||
build_flags = ${esp82xx_defaults.build_flags}
|
||||
-Wl,-Teagle.flash.1m.ld
|
||||
; nonos-sdk 22x
|
||||
-DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x
|
||||
-DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x
|
||||
; nonos-sdk-pre-v3
|
||||
; -DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK3
|
||||
; lwIP 1.4 (Default)
|
||||
|
|
Loading…
Reference in New Issue