Skip to content

Commit

Permalink
Fix FuriHalRtc: new datetime lib. version 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanFuentealba committed Mar 14, 2024
1 parent 0826f2f commit fb7dba8
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ App(
fap_icon="icons/icon.png",
fap_icon_assets="icons",
fap_category="GPIO",
fap_version=[2,0],
fap_version=[2,1],
fap_author="Esteban Fuentealba",
fap_weburl="https://github.com/EstebanFuentealba/MALVEKE-Flipper-Zero"
)
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog - Patch Notes

## Version 2.1
Fix FuriHalRtc: new datetime lib.

## Version 2.0
Implement new serial API with new module expansion protocol.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ App(
fap_icon="icons/icon.png",
fap_icon_assets="icons",
fap_category="GPIO",
fap_version=[2,0],
fap_version=[2,1],
fap_description="GAME BOY Emulator (POC).",
fap_author="Esteban Fuentealba",
fap_weburl="https://github.com/EstebanFuentealba/MALVEKE-Flipper-Zero/"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog - Patch Notes

## Version 2.1
Fix FuriHalRtc: new datetime lib.

## Version 2.0
Implement new serial API with new module expansion protocol.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ App(
],
stack_size=1 * 1024,
order=10,
fap_version=[2,0],
fap_version=[2,1],
fap_libs=["assets"],
fap_icon="icons/boilerplate_10px.png",
fap_icon_assets="icons",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog - Patch Notes

## Version 2.1
Fix FuriHalRtc: new datetime lib.

## Version 2.0
Implement new serial API with new module expansion protocol.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ App(
requires=["gui"],
stack_size=8*1024,
order=1,
fap_version=[2,0],
fap_version=[2,1],
fap_libs=["assets"],
fap_icon="icons/icon.png",
fap_icon_assets="icons",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog - Patch Notes

## Version 2.1
Fix FuriHalRtc: new datetime lib.

## Version 2.0
Implement new serial API with new module expansion protocol.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ App(
],
stack_size=2 * 1024,
order=10,
fap_version=[2,0],
fap_version=[2,1],
fap_libs=["assets"],
fap_icon="icons/icon_10px.png",
fap_icon_assets="icons",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog - Patch Notes

## Version 2.1
Fix FuriHalRtc: new datetime lib.

## Version 2.0
Implement new serial API with new module expansion protocol.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ App(
fap_icon="icons/icon.png",
fap_icon_assets="icons",
fap_category="GPIO",
fap_version=[2,0],
fap_version=[2,1],
fap_author="Esteban Fuentealba",
fap_weburl="https://github.com/EstebanFuentealba/MALVEKE-Flipper-Zero"
)
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog - Patch Notes

## Version 2.1
Fix FuriHalRtc: new datetime lib.

## Version 2.0
Implement new serial API with new module expansion protocol.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ App(
requires=["gui"],
stack_size=1*1024,
order=1,
fap_version=[2,0],
fap_version=[2,1],
fap_libs=["assets"],
fap_icon="icons/icon.png",
fap_icon_assets="icons",
Expand Down

0 comments on commit fb7dba8

Please sign in to comment.