This renames the package to mpremote and moves it into utils, as this is a command-line utility and not a Python/MicroPython library. This also adds a test.sh script for the packages feed CI. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
5 lines
94 B
Bash
5 lines
94 B
Bash
#!/bin/sh
|
|
|
|
[ "$1" = mpremote ] || exit 0
|
|
|
|
mpremote version | grep -Fx "mpremote $PKG_VERSION"
|