mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 08:49:52 +03:00
changes to compile standalone
This commit is contained in:
@@ -123,7 +123,7 @@ class MqttClient {
|
||||
#elif defined(ARDUINO_ARCH_ESP8266) && EMC_ESP8266_MULTITHREADING
|
||||
std::atomic<bool> _xSemaphore = false;
|
||||
#elif defined(__linux__)
|
||||
mutable std::mutex mtx; // TOOD modified by proddy for EMS-ESP
|
||||
mutable std::mutex mtx; // modified by proddy for EMS-ESP compiling standalone
|
||||
#endif
|
||||
|
||||
uint8_t _rxBuffer[EMC_RX_BUFFER_SIZE];
|
||||
|
||||
Reference in New Issue
Block a user