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,1],
+ fap_version=[2,2],
fap_category="GPIO",
fap_icon="pokemon_10px.png",
fap_icon_assets="assets",
@@ -1,5 +1,9 @@
# Changelog - Patch Notes
+## Version 2.2
+**New Features**
+- Update to gblink v0.63 which includes saving/loading of pin configurations for the EXT link interface
+
## Version 2.1
**New Features**
- Add ability to reset trade state without affecting current Pokemon being configured