We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b91a0 commit c5d1b5eCopy full SHA for c5d1b5e
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## v0.0.5 (2023-06-18)
4
5
+**Fix firmware 0.88 issues**
6
+
7
+## v0.0.5 (2023-06-18)
8
9
**Closed issues:**
10
11
- Error on firmware 0.77.1
application.fam
@@ -6,6 +6,6 @@ App(
stack_size=10 * 1024,
fap_category="GPIO",
fap_icon="icon.png",
- fap_version="0.7",
+ fap_version="0.8",
sources=["*.c", "*.cc"],
)
0 commit comments