leedave / flipper-zero-cross-remote

Advanced IR and SubGhz Remote for Flipper Zero
37 stars 0 forks source link

Possible to shorten time command is sent? #1

Closed mnblah closed 9 months ago

mnblah commented 1 year ago

Any chance you can shorten the time a command is sent over IR, or maybe give the option of a default duration? I've been having issues running commands, like up and down, to try and scroll through menus.

leedave commented 1 year ago

Thank you for the input.

I made an easy & fast solution. The setting is global, so not related to single command chains or even single signals.

I've added a setting to control the time an IR signal is sent (default is 1000ms). Now it is possible to reduce or extend by 100ms until 0 or 2900ms. I think that should be enough for what you need.

The code is updated here, I've also send a request to update it in the Flipper Application Catalog (mobile app). Hope that helps ;)

mavols commented 11 months ago

Thank you for the input.

I made an easy & fast solution. The setting is global, so not related to single command chains or even single signals.

I've added a setting to control the time an IR signal is sent (default is 1000ms). Now it is possible to reduce or extend by 100ms until 0 or 2900ms. I think that should be enough for what you need.

The code is updated here, I've also send a request to update it in the Flipper Application Catalog (mobile app). Hope that helps ;)

it would be nice to put this feature for each button. for example by default it is 1000ms, but if needed you can adjust for each button this time.

i need to adjust brightness on tv to 0. to do this I need to click as fast as possible (200ms) menu setting but in the end when brightness adjustment started I need to hold arrow to the left (2900ms) to move it completely down.

so my macros could be like this: (IR function) menu button(200ms)-right arrow(200ms)-down arrow(200ms)-ok button(200ms)-left arrow(2900ms)-menu button(200ms)

is it possible to do that?

leedave commented 11 months ago

That would take some work. I'll think about it. A definite downside would be that I will need to refactor the file format, so any old recordings could break.

leedave commented 10 months ago

Feature is planned. Preparations are made in the current build, but the feature will unlock in a release shortly after the next one.

leedave commented 9 months ago

Feature is now available with in version 2.1.

Note: It may take a while until available in Official App Catalog, as there is a conflict in the uFBT compiling that flipper devs are looking into. So until available there, you'll need to compile the app or get it in my faps repository.