fredlcore
fredlcore
I could look into that once I have my setup with a generic ESP32-WROVER working in conjunction with Altirra up and running, since I'm planning to get this one running...
Will do. I ran into my first problem already: When adding an external library (such as ESP-Mail-Client), the README.md in the /lib folder tells me to add it in that...
Hmm, using quotes and relative path finds the library and tries to compile it but then fails because `#include ` cannot be found. I haven't worked on such large distributed...
Sure, now things make sense ;). I'll see if that is doable...
Last question for today: How is the project's approach towards external libraries? Have these been used at all or only the ones that come with the ESP-IDF framework? Because if...
Great, thanks :)
You need to provide a serial monitor log as described in the manual, from the time the heater starts until the time is reset to the wrong date, after you...
Yes, that would be enough. It's just important that you start the log before you set the time and wait until the wrong time is set again.
Please read up in the manual what a serial monitor log is, it is not the same as logging parameters. There is a dedicated chapter in the manual: https://1coderookie.github.io/BSB-LPB-LAN_EN/chap12.html#122-serial-monitor All...
Yes, that log file is the one I'm looking for, but please disable all kind of logging, MQTT etc., otherwise the file is way too cluttered to find anything.