change screenshot file extension to .data

This commit is contained in:
sharandac
2020-08-19 19:54:57 +02:00
parent 6260eb471c
commit 13b5cb5354
5 changed files with 4 additions and 4 deletions

View File

@@ -32,6 +32,6 @@
/* /*
* firmeware version string * firmeware version string
*/ */
#define __FIRMWARE__ "2020081903" #define __FIRMWARE__ "2020081904"
#endif // _CONFIG_H #endif // _CONFIG_H

View File

@@ -24,7 +24,7 @@
#include "config.h" #include "config.h"
#define SCREENSHOT_FILE_NAME "/screen.565" #define SCREENSHOT_FILE_NAME "/screen.data"
/* /*
* @brief setup screenshot * @brief setup screenshot

View File

@@ -162,7 +162,7 @@ void asyncwebserver_start(void){
"<li><a target=\"cont\" href=\"/info\">/info</a> - Display information about the device" "<li><a target=\"cont\" href=\"/info\">/info</a> - Display information about the device"
"<li><a target=\"cont\" href=\"/network\">/network</a> - Display network information" "<li><a target=\"cont\" href=\"/network\">/network</a> - Display network information"
"<li><a target=\"cont\" href=\"/shot\">/shot</a> - Capture a screen shot" "<li><a target=\"cont\" href=\"/shot\">/shot</a> - Capture a screen shot"
"<li><a target=\"cont\" href=\"/screen.565\">/screen.565</a> - Retrieve the image in RGB565 format" "<li><a target=\"cont\" href=\"/screen.data\">/screen.data</a> - Retrieve the image in RGB565 format, open it with gimp"
"<li><a target=\"_blank\" href=\"/edit\">/edit</a> - View, edit, upload, and delete files" "<li><a target=\"_blank\" href=\"/edit\">/edit</a> - View, edit, upload, and delete files"
"</ul>" "</ul>"
"<p><div style=\"color:red;\">Caution:</div> Use these with care:" "<p><div style=\"color:red;\">Caution:</div> Use these with care:"

Binary file not shown.

View File

@@ -1 +1 @@
{"version":"2020081903","host":"http://www.neo-guerillaz.de","file":"ttgo-t-watch2020_v1.ino.bin"} {"version":"2020081904","host":"http://www.neo-guerillaz.de","file":"ttgo-t-watch2020_v1.ino.bin"}