Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.
Brian Tristam Williams edited this page Aug 23, 2020 · 4 revisions

AT+CWDHCP - Enable/Disable DHCP

Type Instruction Response
Set AT+CWDHCP=mode,en OK

Parameter Description
mode
0 : set ESP8266 softAP
1 : set ESP8266 station
2 : set both softAP and station

en
0 : Disable DHCP
1 : Enable DHCP
(anything other than 0 counts as 1)

Clone this wiki locally