Skip to content

Commit

Permalink
Merge pull request #213 from BlueAndi/Development
Browse files Browse the repository at this point in the history
v8.1.0
  • Loading branch information
BlueAndi authored Jan 18, 2025
2 parents 7738f11 + 456308c commit 2023230
Show file tree
Hide file tree
Showing 602 changed files with 9,473 additions and 4,250 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/Development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,14 @@ jobs:
pip install --upgrade platformio
- name: Set up graphviz
uses: ts-graphviz/setup-graphviz@v2
uses: ts-graphviz/setup-graphviz@v2.0.2

- name: Set up doxygen and generate documentation
uses: mattnotmitt/[email protected].5
uses: mattnotmitt/[email protected].8
with:
working-directory: './doc/doxygen'
doxyfile-path: './Doxyfile'

- name: Print doxygen warnings
if: ${{ failure() }}
run: cat ./doc/doxygen/doxygen_warnings.txt
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,15 @@ jobs:
uses: ts-graphviz/setup-graphviz@v2

- name: Set up doxygen and generate documentation
uses: mattnotmitt/[email protected].5
uses: mattnotmitt/[email protected].8
with:
working-directory: './doc/doxygen'
doxyfile-path: './Doxyfile'

- name: Print doxygen warnings
if: ${{ failure() }}
run: cat ./doc/doxygen/doxygen_warnings.txt

# Deploy release artifacts
deploy:
if: startsWith(github.ref_type, 'refs/tags/v')
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ __pycache__
.vscode/launch.json
.vscode/settings.json
data/js/pluginsSubMenu.js
data/js/servicesSubMenu.js
data/plugins/
doc/html/
data/services/
doc/doxygen/html/
doc/doxygen/doxygen_warnings.txt
firmware.map
out
src/Generated/
11 changes: 7 additions & 4 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
"platformio.platformio-ide",
"ms-vscode.cpptools",
"ms-vscode.cpptools-extension-pack",
"ms-vscode.cpptools-themes",
"yzhang.markdown-all-in-one",
"jebbs.plantuml"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
"unwantedRecommendations": []
}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 - 2024 Andreas Merkle <[email protected]>
Copyright (c) 2019 - 2025 Andreas Merkle <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Use the following default credentials to get access to the PIXELIX web interface
Connect PIXELIX with your PC via usb and start a terminal. Use the following commands to set the wifi SSID and passphrase of your home wifi network:
* Write wifi passphrase: ```write wifi passphrase <your-passphrase>```
* Write wifi SSID: ```write wifi ssid <your-ssid>```
* Restart PIXELIX: ```reset```
* Restart PIXELIX: ```restart```
* Get IP-address: ```get ip```
* Get status: ```get status```
* A status of 0 means everything is ok.
Expand Down Expand Up @@ -212,7 +212,7 @@ Keyword | Description
{vb} | Vertical alignment bottom

**Notes**
- If these keywords are used via the [REST API](https://app.swaggerhub.com/apis/BlueAndi/Pixelix/1.5.0) all unsafe ASCII characters must be replaced by the respective percent encoding (see also [ASCII Encoding Reference](https://www.w3schools.com/tags/ref_urlencode.ASP)).
- If these keywords are used via the [REST API](https://app.swaggerhub.com/apis/BlueAndi/Pixelix/1.6.0) all unsafe ASCII characters must be replaced by the respective percent encoding (see also [ASCII Encoding Reference](https://www.w3schools.com/tags/ref_urlencode.ASP)).
- The keywords can be combined.

**Examples**
Expand Down
Loading

0 comments on commit 2023230

Please sign in to comment.