PerMalmberg / Smooth

C++ framework for embedded programming on top of Espressif's ESP-IDF.
Apache License 2.0
325 stars 30 forks source link

Reworked HTTP Server to use response handlers in the form of classes … #129

Closed PerMalmberg closed 4 years ago

PerMalmberg commented 4 years ago

…instead of lambdas for increased flexibility and use.