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.