The Jio Set Top Box now displays ads that last around 10 seconds and often play consecutively during boot. The current implementation, which sends a single Alt+Escape HID keycode, only skips the first ad and fails to handle the rest.
Steps to Reproduce:
- Power on the Jio Set Top Box with the Raspberry Pi Pico connected.
- Observe that ads now last longer (10+ seconds) and play consecutively.
- Notice that only the first ad is skipped.
Expected Behavior:
The Raspberry Pi Pico should skip all ads, regardless of their duration or sequence, and proceed to the home screen.
Actual Behavior:
Only the first ad is skipped, leaving subsequent ads unskipped.
Proposed Solution:
- Update the firmware to handle multiple ads.
- Add a loop or delay mechanism to send Alt+Escape multiple times.
- Optionally, make the timeout configurable to adapt to varying ad durations.
The Jio Set Top Box now displays ads that last around 10 seconds and often play consecutively during boot. The current implementation, which sends a single Alt+Escape HID keycode, only skips the first ad and fails to handle the rest.
Steps to Reproduce:
Expected Behavior:
The Raspberry Pi Pico should skip all ads, regardless of their duration or sequence, and proceed to the home screen.
Actual Behavior:
Only the first ad is skipped, leaving subsequent ads unskipped.
Proposed Solution: