espruino / EspruinoDocs

See http://espruino.com for the complete Espruino Documentation - many links in this repository will not work
http://www.espruino.com/
Other
253 stars 282 forks source link

Update BLE compatibility of the ESP32, remove NBSP, fix table formatting #686

Closed Hypfer closed 1 year ago

Hypfer commented 1 year ago

This PR documents the BLE compatibility of the ESP32 which has been available since 2018. See: https://github.com/espruino/Espruino/issues/1208#issuecomment-388790168

Why in four years apparently none of the ESP32 Espruino users bothered to update the docs is honestly beyond me

Apart from that, I've also replaced all non-breaking spaces with regular ones in the Other Boards.md as they seemed to be there by accident and not on purpose. And finally, all encountered tables have been reformatted

gfwilliams commented 1 year ago

Thanks, that's great!

Why in four years apparently none of the ESP32 Espruino users bothered to update the docs is honestly beyond me

Yes, I think it's a general problem with Open Source - for folks doing this in their free time, writing code is more fun than documentation :)

But to be fair, Bluetooth LE wasn't too usable before - I remember having a quick play a year or so ago and seeing a bunch of warnings and not having much success, and while the vast majority of the work had been done on it, it took me a while to fix some niggles (and there are still quite a few outstanding!).

MaBecker commented 1 year ago

@Hypfer you are welcome to update the ESP32 docs.

https://github.com/espruino/Espruino/issues/1777