Is ESP32_WROOM_32 nanoframework out of date ? #1015
-
I am unable to find a combination of VS extensions and firmware that work for an ESP32_WROOM_32 module I have Visual Studio Community Edition 2022 fully updated 1>The connected target has the wrong version for the following assembly(ies): Is this easily fixable ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
That target has been discontinued a long time ago. If you're uisng a recent version of nanoff you should have been presented a warning about this. Please check the existing target names in the repo readme or use |
Beta Was this translation helpful? Give feedback.
That target has been discontinued a long time ago. If you're uisng a recent version of nanoff you should have been presented a warning about this.
Please check the existing target names in the repo readme or use
--platform esp32
option instead of specifying the target name.