change screenshot file extension to .data
This commit is contained in:
@@ -32,6 +32,6 @@
|
||||
/*
|
||||
* firmeware version string
|
||||
*/
|
||||
#define __FIRMWARE__ "2020081903"
|
||||
#define __FIRMWARE__ "2020081904"
|
||||
|
||||
#endif // _CONFIG_H
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#define SCREENSHOT_FILE_NAME "/screen.565"
|
||||
#define SCREENSHOT_FILE_NAME "/screen.data"
|
||||
|
||||
/*
|
||||
* @brief setup screenshot
|
||||
|
||||
@@ -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:"
|
||||
|
||||
Reference in New Issue
Block a user