Added linux safe path.

This commit is contained in:
wir3z 2021-12-22 10:28:55 -07:00
parent 223314804d
commit 3c8cda25fb

View File

@ -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(); };