arduino-esp32/libraries/ESP32/examples
Dirk-Willem van Gulik e581717bf3
Web server simplifications and handers (#7429)
* First stab ad simplyfing webserver auth and adding a handler.

* Tweaks after testing against docs and latest Library tree

* Add documentatin for callback handler

* Bodge to allow things to compile without the dependencies

* Remove dependency on sodium to make it compile with 4.4

* Fix hex conversion

* Move some common HEX functions into a static HEX class, remove those from MD5 and add some examples. This allows for the cleanup of various to/from HEX routines elsewhere.

* Remove some duplicated code

* Add simplfiied HEXBuilder under MD5Bulder to CMakefile.

* Update for 3.0.0 and QoL improvements

* Remove examples that depend on external libraries

* Skip H2 testing

* Formatting improvements

* Move builders examples to Utilities folder

* Fix indentation

* Add HashBuilder abstract class

* Add SHA1Builder

* Fix comment

* Fix whitespace

* Fix crashes and improve log messages

* Fix indentation for webserver

---------

Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com>
Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>
2024-01-16 15:49:46 +02:00
..
AnalogOut ESP-IDF v5.1 (#7733) 2023-10-05 14:54:25 +03:00
AnalogRead fix(esp32): Set the maximum value of AnalogRead to 4095 (#9114) 2024-01-16 15:35:08 +02:00
AnalogReadContinuous Analog Continuous mode API (#8715) 2023-10-06 13:47:08 +03:00
ArduinoStackSize Adds support to change LoopTask Stack size (#6025) 2021-12-20 13:10:36 +02:00
Camera/CameraWebServer ESP-IDF v5.1 (#7733) 2023-10-05 14:54:25 +03:00
ChipID/GetChipID Update GetChipID.ino (#4070) 2020-09-30 15:24:29 +03:00
CI/CIBoardsTest [CI] Boards test fix + sketch (#8099) 2023-04-19 13:51:20 +03:00
DeepSleep ESP-IDF v5.1 (#7733) 2023-10-05 14:54:25 +03:00
ESPNow ESP-IDF v5.1 (#7733) 2023-10-05 14:54:25 +03:00
FreeRTOS ESP-IDF v5.1 (#7733) 2023-10-05 14:54:25 +03:00
GPIO ESP-IDF v5.1 (#7733) 2023-10-05 14:54:25 +03:00
MacAddress/GetMacAddress Added example 'get mac address' (#8618) 2023-11-29 12:11:46 +02:00
ResetReason Example: ResetReason2 (#8105) 2023-12-05 17:23:40 +02:00
RMT Neopixel fix (#8845) 2023-11-09 23:15:10 +02:00
Serial Added example to demonstrate using HardwareSerial with RS485 interfaces (#8941) 2023-12-20 16:35:31 +02:00
Template/ExampleTemplate Added ESP32-S3 link to the datasheet (#7738) 2023-01-20 15:18:51 +00:00
Time/SimpleTime ESP-IDF v5.1 (#7733) 2023-10-05 14:54:25 +03:00
Timer ESP-IDF v5.1 (#7733) 2023-10-05 14:54:25 +03:00
Touch ESP-IDF v5.1 (#7733) 2023-10-05 14:54:25 +03:00
TWAI ESP-IDF v5.1 (#7733) 2023-10-05 14:54:25 +03:00
Utilities Web server simplifications and handers (#7429) 2024-01-16 15:49:46 +02:00