automote / ESP-CoAP

This repo contains CoAP protocol for ESP-12E
http://thingtronics.com
GNU General Public License v3.0
71 stars 28 forks source link

Redfinition of password in coapclient.ino #18

Closed srihariash999 closed 3 years ago

srihariash999 commented 5 years ago

There is a redefinition of the "const char* password " in the coapclient.ino file.

It is declared twice in two lines. An oversight maybe? Ofcourse you can delete one after entering password. But some people who doesn't understand much programming might think the program doesn't work.