Thomas Malkewitz
Thomas Malkewitz
I just came across this same issue today as well, for me it was with the support auto generation. I added 1 degree to the overhang threshold, and fixed it.
i was getting the same error on mac as well, i thought maybe it was something related to Big Sur, there is an issue with the esptool.py with Big Sur....
finally getting around to messing with this. But still no joy on Big Sur even when manually specifying the port: ```Linking .pio/build/esp32/firmware.elf Retrieving maximum program size .pio/build/esp32/firmware.elf Checking size .pio/build/esp32/firmware.elf...
I did try holding down the flash button with using VSCode and my Mac, and got the same error. But using the NodeMCU Programer application on Windows works. I guess...
This sounds like the WinSCP module is not at fault for this issue, im going to go ahead and close this ticket.
Can you elaborate on this? I'm not sure how to really implement this pwsh. Can you give me an example of how you would see it working, and a situation...
Have your tried using the ConvertTo-WinSCPEscapedString cmdlet to escape the character? https://github.com/tomohulk/WinSCP/wiki/ConvertTo-WinSCPEscapedString
I have to think about this. Basically it trying to resolve the local file path and that will now fail because that local file doesn't technically exist with those escape...
I'll have to think about this, and try some refactoring. the `-Destination` should be a directory, not a full file path. But, I think it should support this. So I'll...
FWIW, I did finally get this working, there was another issue with the DevConatiner that needed to be over come. So, for anyone following along with this tutorial, and who...