Search found 1 match

by oontuo
Thu Aug 06, 2020 9:47 am
Forum: ESP32 Arduino
Topic: Troubles with website, bluetooth and SPIFFS
Replies: 0
Views: 2035

Troubles with website, bluetooth and SPIFFS

Hi I'm using ESP Async WebServer to work with my website on esp32. Im including .gz fike as an array to my code like this: #include "web/index.html.gz.h" then do this: server.on( "/" , HTTP_GET, [](AsyncWebServerRequest *request) { response(request, index_html_gz , index_html_gz_len , "text/html"); ...