We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb0573 commit b854e0dCopy full SHA for b854e0d
cores/esp8266/core_esp8266_si2c.c
@@ -579,7 +579,7 @@ void ICACHE_RAM_ATTR twi_onTwipEvent(uint8_t status)
579
// request for txBuffer to be filled and length to be set
580
// note: user must call twi_transmit(bytes, length) to do this
581
//twi_onSlaveTransmit();
582
- ets_post(TASK_QUEUE_PRIO, TWI_SIG_TX, 0);
+ ets_post(EVENTTASK_QUEUE_PRIO, TWI_SIG_TX, 0);
583
584
// if they didn't change buffer & length, initialize it
585
if(false) { //0 == twi_txBufferLength){
0 commit comments