Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
/ GPIO2, red LED: global LED enable
> AT+UGPIOC=23,0,1
OK
 
// GPIO1, green LED: Power, Attached
> AT+UGPIOC=16,2
OK
 
// Reset the device to make setting effective
> AT+CFUN=15
OK

Testing MQTT connection

...