raburton / esp8266

Various bits of code for ESP8266
http://richard.burtons.org/
183 stars 47 forks source link

use os_printf, add some logging #9

Closed heeen closed 9 years ago

heeen commented 9 years ago

uart0_send was renamed from the SDK uart0_sendStr, which required changing files from the SDK. Using os_printf we can also add some progress information during OTA updates.

Also added human-readable information about connection errors.

raburton commented 9 years ago

Having finally got around to testing this, I don't get any output when using os_sprintf!