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