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
*/
#define __FIRMWARE__ "2020081903"
#define __FIRMWARE__ "2020081904"
#endif // _CONFIG_H

View File

@@ -24,7 +24,7 @@
#include "config.h"
#define SCREENSHOT_FILE_NAME "/screen.565"
#define SCREENSHOT_FILE_NAME "/screen.data"
/*
* @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=\"/network\">/network</a> - Display network information"
"<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"
"</ul>"
"<p><div style=\"color:red;\">Caution:</div> Use these with care:"