From b895cc7fcc1f629ab870092ae276a2b403aa125e Mon Sep 17 00:00:00 2001 From: Lukas Bachschwell Date: Mon, 13 Nov 2017 11:42:40 +0100 Subject: [PATCH] starting integrated data upload feature --- src/uploadData.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/uploadData.h diff --git a/src/uploadData.h b/src/uploadData.h new file mode 100644 index 0000000..fc1e4a0 --- /dev/null +++ b/src/uploadData.h @@ -0,0 +1,21 @@ +const char INDEX[] PROGMEM = R"=====( + + + +)====="; + +const char CSS_NORMALIZE[] PROGMEM = R"=====( + +)====="; + +const char CSS_STYLE[] PROGMEM = R"=====( + +)====="; + +const char JS_ZEPTO[] PROGMEM = R"=====( + +)====="; + +const char JS_CONTROLS[] PROGMEM = R"=====( + +)=====";