diff --git a/ESP32_AP-Flasher/data/tagtypes/35.json b/ESP32_AP-Flasher/data/tagtypes/35.json
new file mode 100644
index 00000000..97bdd96c
--- /dev/null
+++ b/ESP32_AP-Flasher/data/tagtypes/35.json
@@ -0,0 +1,16 @@
+{
+ "name": "EL060H3WRA 6.0\"",
+ "width": 600,
+ "height": 448,
+ "rotatebuffer": 0,
+ "bpp": 2,
+ "colors": 3,
+ "colortable": {
+ "white": [255, 255, 255],
+ "black": [0, 0, 0],
+ "red": [255, 0, 0],
+ "gray": [150, 150, 150]
+ },
+ "contentids": [ 0, 1, 2, 3, 4, 8, 16, 9, 7, 19, 10, 11, 21 ],
+ "usetemplate": 1
+}
diff --git a/ESP32_AP-Flasher/src/web.cpp b/ESP32_AP-Flasher/src/web.cpp
index cc22fe19..6b06aa5a 100644
--- a/ESP32_AP-Flasher/src/web.cpp
+++ b/ESP32_AP-Flasher/src/web.cpp
@@ -354,12 +354,15 @@ void init_web() {
flashData.color1 = 0x3C; // green
flashData.color2 = 0xE4; // red
flashData.color3 = 0x03; // blue
- flashData.flashCount1 = 1;
- flashData.flashCount2 = 1;
- flashData.flashCount3 = 1;
+ flashData.flashCount1 = 3;
+ flashData.flashCount2 = 3;
+ flashData.flashCount3 = 3;
flashData.delay1 = 10;
flashData.delay2 = 10;
flashData.delay3 = 10;
+ flashData.flashSpeed1 = 1;
+ flashData.flashSpeed2 = 5;
+ flashData.flashSpeed3 = 10;
flashData.repeats = 2;
const uint8_t *payload = reinterpret_cast
diff --git a/ESP32_AP-Flasher/wwwroot/upload-demo.html b/ESP32_AP-Flasher/wwwroot/upload-demo.html index 8e45ec2b..33ce9b21 100644 --- a/ESP32_AP-Flasher/wwwroot/upload-demo.html +++ b/ESP32_AP-Flasher/wwwroot/upload-demo.html @@ -8,31 +8,68 @@
You can use this as an example how to push images to a tag by an external server/script.
+You can use this as an example how to push images to a tag by an external server/script. Look at the html source of this page for parameters.
-
+ + + -