Update commands.txt

fix typo
This commit is contained in:
Luc 2019-09-29 20:11:43 +08:00
parent cb726b51d5
commit 917cd071b6
2 changed files with 11 additions and 1 deletions

View File

@ -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

View File

@ -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)
{