using a class for http request.

This commit is contained in:
Martin Brodbeck 2023-01-02 14:28:51 +01:00
parent 225f9eb989
commit 4c87dfe188
4 changed files with 95 additions and 45 deletions

View file

@ -2,6 +2,7 @@
set(SOURCES
ws2812.cpp
http_client.cpp
ntp_client.cpp
abfall.cpp
)