Description
Using the libraries from the middle of 2018 I was able to successfully use the EEPROM and WiFiClientSecure libraries. After updating the libraries to the current versions.
1 ) The EEPROM library only reads zeros as the current data state, where previously the unprogrammed state was all "ones" as in 0xFF's with data being present that I previously programmed.
2 ) When operating in Access Point mode directly to a PC's web browser, the WiFiClientSecure was able to send messages that got posted on the web page using the println function. Now with the new libraries nothing gets posted but the println function return the number of bytes "supposedly" sent.
What do I need to change in my software to get both of these libraries working again? Or are these "bugs" in the updated libraries?
Tom