1
0
mirror of https://github.com/s00500/ESPUI.git synced 2025-07-04 06:10:18 +00:00

Adding files for data upload feature

This commit is contained in:
2017-11-27 16:03:19 +01:00
parent d7e5b5cde5
commit fa4499c7ca
8 changed files with 199 additions and 21 deletions

3
src/uploadDataIndex.h Normal file
View File

@ -0,0 +1,3 @@
const char HTML_INDEX[] PROGMEM = R"=====(
<script></script>
)=====";