DavidAntliff / esp32-ds18b20-example

ESP32-compatible example for Maxim Integrated DS18B20 Programmable Resolution 1-Wire Digital Thermometer.
MIT License
108 stars 34 forks source link

memory leak in freeRTOS Task #25

Open aaron19950321 opened 10 months ago

aaron19950321 commented 10 months ago

It runs normally in the Main function, but an error occurs when running in the freeRTOS task. The pointer of bus.driver cannot be found.