effevee / loraE32

A MicroPython class for the Ebyte E32 Series LoRa modules
GNU General Public License v3.0
35 stars 6 forks source link

error on start UART 'UART' object has no attribute 'init' #3

Closed renanqts closed 2 years ago

renanqts commented 2 years ago

Hello,

I'm facing the error: error on start UART 'UART' object has no attribute 'init' and my best guess is the Micropython version. Which version of Micropython do you recommend?

I'm currently using 1.17 and Raspberry Pi Pico.

renanqts commented 2 years ago

It was the same issue that was described in #1, I was just set up the UART port wrongly. It works now :D