Pablo Clemente Maseda
Pablo Clemente Maseda
In order to make HttpClient also compatible with arduino-esp32 HTTPClient class, I have renamed the HttpClient files to Http_Client. This solves the issue https://github.com/arduino-libraries/ArduinoHttpClient/issues/91 too.
I have added a define variable to configure the WebSocket client tx buffer size
Added missing rx masked initialization to use properly WebSocketClient
Hello, I am developing an IoT device using your ATECC508A and AWS IoT service. I have the chip connected via I2C to a [Chip pro board](https://getchip.com/pages/chippro) based on Debian. Although...
Hi there, I am finding so many troubles and a bit lack of documentation about the steps that are necessary to follow in order to build, install and use the...
Adds titleHide parameter to hide page titles from being displayed in the layout . Usage: ```yaml --- title: My Page Title titleHide: true --- ```