cherts/esp8266-devkit

sysinfo example is broken

davydnorris opened this issue · 1 comments

For the past day I've been chasing what I believed was a problem with my toolchain or how I was flashing the chip, and it turned out to be a minor issue with the sysinfo example program.

The list of flash mode strings at the top are missing some commas, so the second half of them end up concatenating together and the array size becomes 4, not 6 :-)

Tiny error, but it means my 4M chips kept printing for the mode no matter what I was doing, until I saw the missing punctuation

Fixed in commit a6907a6