BradenM / micropy-stubs

Automatically Generated Stub Packages for Micropy-Cli and whomever else
Other
29 stars 6 forks source link

ESP32 v1.13 stubs? #13

Closed bjonesrock closed 3 years ago

bjonesrock commented 3 years ago

Hello! Love your project, I'm working on a project that requires micropython v1.13 on the ESP32

Right now I'm using the stubs for version 1.12 but it would be awesome if Visual Studio Code wasn't giving me fake errors.

I noticed that Josverl has the stubs for the ESP32 v1.13: https://github.com/Josverl/micropython-stubs/blob/master/firmwares.md

Would it be possible to update your list of stubs to include the latest version of micropython for the ESP32?

Thanks!!!! -Ben

bjonesrock commented 3 years ago

So I'm an idiot and I posted this to the wrong repository, I meant to put it on the micropy cli repo. Anyway I just followed the instructions and manually got the stubs for the ESP32 v1.13 working.

BradenM commented 3 years ago

@bjonesrock, well actually this issue would be more appropriate here than the main repo :smile: Not that it matters that much anyways.

Glad you were able to manually install the stubs. I need to get with @Josverl at some point to discuss potentially opening his repository of stubs up to micropy-cli.

bjonesrock commented 3 years ago

That would be great! It's nice having the latest stubs for the ESP32 working in visual studio code, and micropy-cli makes it so easy to set things up.