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
|
||||
|
|
Loading…
Reference in New Issue