Simplified configuration for ir-full, tasmota-ircustom no more needed

This commit is contained in:
Stephan Hadinger 2021-06-21 13:49:56 +02:00
parent 6c820c7c59
commit 28da131932
1669 changed files with 1482 additions and 73 deletions

View File

@ -164,26 +164,6 @@ jobs:
path: ./build_output
tasmota-ircustom:
needs: tasmota_pull
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v1
- name: Set up Python
uses: actions/setup-python@v1
- name: Install dependencies
run: |
pip install -U platformio
- name: Run PlatformIO
run: |
platformio run -e tasmota-ircustom
- uses: actions/upload-artifact@v2
with:
name: firmware
path: ./build_output
tasmota-zbbridge:
needs: tasmota_pull
runs-on: ubuntu-latest

View File

@ -164,26 +164,6 @@ jobs:
path: ./build_output
tasmota-ircustom:
needs: tasmota_pull
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v1
- name: Set up Python
uses: actions/setup-python@v1
- name: Install dependencies
run: |
pip install -U platformio
- name: Run PlatformIO
run: |
platformio run -e tasmota-ircustom
- uses: actions/upload-artifact@v2
with:
name: firmware
path: ./build_output
tasmota-zbbridge:
needs: tasmota_pull
runs-on: ubuntu-latest

View File

@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file.
- ESP32 core library from v1.0.6 to v1.0.7
- Force ESP32 defines USE_UFILESYS, GUI_TRASH_FILE and #define GUI_EDIT_FILE
- Speed up initial GUI console refresh
- Simplified configuration for ir-full, tasmota-ircustom no more needed
### Fixed
- ESP32 Webcam add boundary marker before sending mjpeg image (#12376)

View File

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 84 KiB

View File

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

Before

Width:  |  Height:  |  Size: 676 B

After

Width:  |  Height:  |  Size: 676 B

View File

Before

Width:  |  Height:  |  Size: 147 B

After

Width:  |  Height:  |  Size: 147 B

Some files were not shown because too many files have changed in this diff Show More