mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-26 20:26:32 +00:00
Added linux safe path.
This commit is contained in:
parent
223314804d
commit
3c8cda25fb
@ -30,8 +30,8 @@ extern "C" {
|
|||||||
#ifdef ESP8266
|
#ifdef ESP8266
|
||||||
|
|
||||||
// added to access kTasmotaSerialConfig
|
// added to access kTasmotaSerialConfig
|
||||||
#include "..\..\..\..\tasmota\tasmota_compat.h"
|
#include "../../../../tasmota/tasmota_compat.h"
|
||||||
#include "..\..\..\..\tasmota\tasmota.h"
|
#include "../../../../tasmota/tasmota.h"
|
||||||
|
|
||||||
|
|
||||||
void IRAM_ATTR callRxRead(void *self) { ((TasmotaSerial*)self)->rxRead(); };
|
void IRAM_ATTR callRxRead(void *self) { ((TasmotaSerial*)self)->rxRead(); };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user