Replies: 1 comment
-
There is a big chance that that original board support will gone, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm adding Arduino Nano ESP32 support, but I'm hitting an issue I do not understand.
When clicking 'Detect',
module.microPythonFace
is always null. I'm trying to understand why.Here's the actual line in the code:
intellij-micropython/src/main/kotlin/com/jetbrains/micropython/settings/MicroPythonSettingsPanel.kt
Line 64 in 72432a7
I'm totally new to Kotlin, but I have enough mileage to mostly understand what's going on ;-) I'm looking as to where and how
module.microPythonFace
is set/constructed and why it's null.Cheers,
Johan
Beta Was this translation helpful? Give feedback.
All reactions