Add simple static webserver
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
j3d1 2021-07-19 01:25:27 +02:00
parent 3dffd0f0d2
commit 23cb4a558b
12 changed files with 271 additions and 4 deletions

View file

@ -9,6 +9,8 @@
extern "C" {
#endif
void httpd_task(void *pvParameters);
#ifdef __cplusplus
}
#endif