@@ -1,4 +1,7 @@
+Original App by bettse
App Icon by mikeonut
+Additional protocol reverse engineering and testing by norto
+
## Requirements
@@ -1,3 +1,6 @@
+## 1.2
+ - Several bug fixes and changes to make the portal emulation closer to the real portals
+ - Use the flippers speaker to emulate the portals speaker
## 1.1
- Support for emulating xbox 360 portals
- Use the backlight and RGB led to emulate the portals LEDs
@@ -2,7 +2,9 @@
USB Emulator
@@ -8,7 +8,7 @@ App(
stack_size=5 * 1024,
fap_category="USB",
# Optional values
- fap_version="1.1",
+ fap_version="1.2",
fap_icon="portal_of_flipper.png", # 10x10 1-bit PNG
fap_description="USB emulator",
fap_author="sanjay900",