alhaos
alhaos
I confirm the behavior
I tried to flash the card using `tinygo flash` but got `PS C:\repo\tinyGo_esp32> tinygo flash -target=esp32 -port=COM11 failed to flash C:\Users\ALSEME~1\AppData\Local\Temp\tinygo2720689625\main.bin: fork/exec C:\esp\v5.5.1\esp-idf\components\esptool_py\esptool\esptool.py: %1 is not a valid Win32 application....
> Hope that helps! Sorry but no I changed the code, took it from the example. ```go package main import ( "machine" "time" ) func main() { led := machine.LED...