mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-15 01:46:00 +08:00
Update commands.txt
fix typo
This commit is contained in:
parent
cb726b51d5
commit
917cd071b6
@ -62,6 +62,16 @@ Note:
|
||||
* Get/Set WebSocket port
|
||||
[ESP161]<port>pwd=<admin password>
|
||||
|
||||
* Get/Set camera server state which can be ON, OFF, but not saved in EEPROM
|
||||
[ESP170]<state>pwd=<admin password>
|
||||
|
||||
* Get/Set Camera port
|
||||
[ESP171]<port>pwd=<admin password>
|
||||
|
||||
* Get/Set Camera command value / list all values in JSON/plain
|
||||
label can be: light/framesize/quality/contrast/brightness/saturation/gainceiling/colorbar/awb/agc/aec/hmirror/vflip/awb_gain/agc_gain/aec_value/aec2/cw/bpc/wpc/raw_gma/lenc/special_effect/wb_mode/ae_level
|
||||
[ESP172]<plain><label=value> pwd=<admin password>
|
||||
|
||||
*Get/Set pin value
|
||||
[ESP201]P<pin> V<value> [PULLUP=YES RAW=YES]pwd=<admin password>
|
||||
if no V<value> get P<pin> value
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include "../../modules/authentication/authentication_service.h"
|
||||
#include "../../modules/network/netservices.h"
|
||||
#include "../../modules/camera/camera.h"
|
||||
//Set carmera server state which can be ON, OFF
|
||||
//Set camera server state which can be ON, OFF
|
||||
//[ESP170]<state>pwd=<admin password>
|
||||
bool Commands::ESP170(const char* cmd_params, level_authenticate_type auth_type, ESP3DOutput * output)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user