Skip to content

Commit

Permalink
Release 0.7.1 pretty good to go
Browse files Browse the repository at this point in the history
  • Loading branch information
randomouscrap98 committed Dec 8, 2023
1 parent 461c162 commit fbbbd0a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 0.7.1
* Added basic support for fx dev build
* Added "easy" script for Linux, since releases are not built anymore

## 0.7
* Added network features
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ The toolset allows you to:
* For **MacOS** (requires a modern version, sorry!): mount the `.dmg` and run the tool directly from within. There is no installer
* For **Linux**, you probably need to add yourself to a dialout group, or run the program as sudo:
* `sudo usermod -a -G dialout <username>`, just once
* The download is not an archive, it's the executable itself. `chmod 700 arduboy_toolset_whatever` then run from command line
* There are no releases for Linux. Clone the repo (or download the source from release) and if you're
unsure, just run `sh linux_easyrun.sh`. Feel free to modify the script if you don't like it! All requirements
are satisfied by pip and python 3.8 or greater

The first window is the basic toolset, letting you upload and download stuff from your Arduboy. Most of the tools
are here, including the `.arduboy` package creator and image converter.
Expand Down
3 changes: 2 additions & 1 deletion linux_easyrun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ echo "Entering virtual environment $VENVDIR"

# Restore the requirements every time. Yes this is wasteful
echo "Installing requirements"
$PIP install -r requirements.txt
$LPIP install -r requirements.txt

# Run the program
echo "Running program"
$LPYTHON main_gui.py

# Exit the virtual environment (probably not necessary)
Expand Down

0 comments on commit fbbbd0a

Please sign in to comment.