I can't get the Wio Terminal Board Library in Arduino IDE.

I can’t get the Wio Terminal Board Library in Arduino IDE.

When I looked at the contents of https://files.seeedstudio.com/arduino/package_seeeduino_boards_index.json, there was a mistake in the last board.

There is an extra “s” character in the “size” value.

  	{
  		"name": "UF2",
  		"version": "1.0.0",
  		"systems": [{
  			"host": "all",
  			"url": "https://files.seeedstudio.com/arduino/tools/all/UF2-1.0.0.tar.bz2",
  			"archiveFileName": "UF2-1.0.0.tar.bz2",
  			"checksum": "SHA-256:3aac2a71701854f356868521ff852e5925b15474b695ff21792dcc26ed2e3d16",
  			**"size": "12765957s"**
  		}]

If you could fix it, that would be great.

We have received your problem, and we have feedback it so far. We will fix the related problem as soon as possible. You can try to update the JSON file as necessary in a week, and then try it again. Thanks!

1 Like

I confirmed that the JSON file was updated, so I tried again.
I was able to add the board successfully.
Now you can enjoy Wio Terminal.
Thanks for the quick update!

1 Like