jeelabs / el-client

Arduino client for esp-link's REST, MQTT, and command interface
BSD 2-Clause "Simplified" License
83 stars 46 forks source link

Does not turn off log REST in uC Console #45

Open ivanpost opened 5 years ago

ivanpost commented 5 years ago

Hi, The Version Of Esp-Link 3.2.47. Use MQTT and TCP clients in one project. Everything works correctly: the queries and getting answers, MQTT subscription But does not turn off or disable the ESP log in the uC Console

RESP_CB: 863 2 ELC: got 22 @433: 3 36F 3 1 0 0 0 1 0 0 0 2 0 9 0 AD 65 RESP_CB: 879 3

ivanpost commented 5 years ago

Sorry! Maybe "if (_debugEn)" in ELClient.cpp not working? If you comment out these parts of the code, everything works as it should. UART debug log: is OFF on Esp-link...