tuanpmt / espduino

ESP8266 network client (mqtt, restful) for Arduino
http://tuanpm.net/post/espduino
MIT License
382 stars 122 forks source link

Correctly initialize chip_pd in ESP constructor #7

Closed jgarbers closed 9 years ago

jgarbers commented 9 years ago

Misplaced leading underscores resulted in the chip_pd argument passed to the ESP constructor to be ignored.

jgarbers commented 9 years ago

Also fixed a couple of places that were writing debug data without checking if debugging was enabled; would crash if those conditions happened without a debug stream

tuanpmt commented 9 years ago

Thanks