tinygo flash -monitor -target=xiao-esp32c3 -tags=netlinkdebug -ldflags="-X main.ssid=Patoniato -X main.password=amoladoramesada" ./examples/connect-and-dhcp
Connecting to /dev/ttyACM1...
Connected.
Detected chip: ESP32-C3
Loading stub loader...
Stub running.
Erasing entire flash...
Flash erased.
Attaching SPI flash...
Configuring flash size...
Auto-detected flash size: 4MB
Flash params set to 0x022F
SHA digest in image updated
Attaching SPI flash...
Compressed 604832 bytes to 397484 (66%)
Flash begin: 397484 bytes at 0x00000000 (25 compressed blocks)
[##################################################] 100.0%
Flash complete. Verifying...
MD5 verified: 20503ffc1ec8e7ef2f1f83f0c8bd3426
Device reset.
Connected to /dev/ttyACM1. Press Ctrl-C to exit.
Originally submitted in espradio: tinygo-org/espradio#32