Signed-off-by: Kris Bahnsen <Kris@KBEmbedded.com>
@@ -5,7 +5,7 @@ App(
entry_point="pokemon_app",
requires=["gui"],
stack_size=2 * 1024,
- fap_version=[2,2],
+ fap_version=[2,3],
fap_category="GPIO",
fap_icon="pokemon_10px.png",
fap_icon_assets="assets",
@@ -1,5 +1,8 @@
# Changelog - Patch Notes
+## Version 2.3
+- Fix potential bug in copying incoming trade data to the live working struct
+
## Version 2.2
**New Features**
- Update to gblink v0.63 which includes saving/loading of pin configurations for the EXT link interface