Hank Lloyd Right
Hank Lloyd Right
I have an ESP32 project where I have configured the BLE server to ask for a PIN before connecting securely/encrypted. Everything works great with BLE-CENTRAL when the user enters the...
Hello, Right now I'm using the AutoConnect library for OTA updates which is a great lib, but I think has a lot more features than I need so I want...
Hello, If I change line 423 in IniFile.cpp from: `return errorBufferTooSmall;` to `return errorNoError;` Would that result in the validate function not returning an error but instead just truncating lines...
First, thanks for this design, very helpful! Thank you. I'm trying to integrate this on my own custom PCB with the ESP32-WROOM, but I find conflicting information about the V3...