Nincs leírás

rdefeo e4a1dd83c3 first commit 1 éve
actions e4a1dd83c3 first commit 1 éve
images e4a1dd83c3 first commit 1 éve
scenes e4a1dd83c3 first commit 1 éve
README.md e4a1dd83c3 first commit 1 éve
app_state.c e4a1dd83c3 first commit 1 éve
app_state.h e4a1dd83c3 first commit 1 éve
application.fam e4a1dd83c3 first commit 1 éve
flipper.h e4a1dd83c3 first commit 1 éve
item.c e4a1dd83c3 first commit 1 éve
item.h e4a1dd83c3 first commit 1 éve
quac.c e4a1dd83c3 first commit 1 éve
quac.png e4a1dd83c3 first commit 1 éve

README.md

Simple On/Off Remote

Sub-GHz

Main Display

  • Saved device 1
  • Saved device 2
  • Manage Devices

Saved device View

  • ON
  • OFF
  • other

File System Layout

Inside the data folder, create sub-folders per device. Inside each of the device folders, store the raw files that contain the sub-ghz data, etc.

The device order list, and button list, is based on the sorted file order. This is enforced by the following naming convention:

/data_folder
  - 00_Device_1
  - 01_Device_2
     - 00_Button_1.sub
     - 01_Button_2.sub

The first two digits and underscore will be stripped before display. Additionally, underscores in folder and filenames will be replaced with spaces.