Initial Esp32c3 Support (#5060)

This commit is contained in:
Me No Dev
2021-04-14 18:10:05 +03:00
committed by GitHub
parent 371f382db7
commit 404a31f445
1929 changed files with 382833 additions and 190 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,2 @@
#warning http_server.h has been renamed to esp_http_server.h, please update include directives
#include "esp_http_server.h"