matthijskooijman / arduino-lmic

:warning: This library is deprecated, see the README for alternatives.
705 stars 651 forks source link

Add ESP platform printf log support #229

Closed bazfp closed 3 years ago

bazfp commented 5 years ago

The cookie solution branch doesn't work with ESP32 unless in STRICT_ANSI mode.

This does the same as the fdev_setup_stream macro but for ESP. Debug logging via Serial working as expected.

Tested on ESP32 TTGO T-Beam

matthijskooijman commented 3 years ago

This repository is now deprecated. I'm grateful for your contribution, but it will no longer be merged. I'm recommending people to use the MCCI version of LMIC instead. If this PR addresses an issue that also exists in that version, I would encourage you to resubmit your contribution there, so it might benefit other users. I'm sorry for the inconvenience...