lemariva / uPyLoRaWAN

ESP32 using MicroPython meets LoRa and LoRaWAN.
https://lemariva.com/blog/category/lora
Apache License 2.0
225 stars 55 forks source link

Fix println #20

Open satanowski opened 11 months ago

satanowski commented 11 months ago

Fix for println method which fails when sending anything else than string. (+ format with black)