Skip to content

Commit

Permalink
add example hopper payload
Browse files Browse the repository at this point in the history
  • Loading branch information
zxkmm committed Jan 19, 2025
1 parent 6c161ea commit 93049b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
9 changes: 1 addition & 8 deletions firmware/application/external/hopper/ui_hopper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,8 @@ class HopperView : public View {
Color::dark_green(),
/*vcenter*/ true};

NewButton button_add_freq_from_freqman{
{12 * 8 + 4, 9 * 16 + 4, 4 * 8, 32},
{},
&bitmap_icon_add,
Color::dark_green(),
/*vcenter*/ true};

NewButton button_delete_freq{
{16 * 8 + 4, 9 * 16 + 4, 4 * 8, 32},
{12 * 8 + 4, 9 * 16 + 4, 4 * 8, 32},
{},
&bitmap_icon_trash,
Color::dark_red(),
Expand Down
3 changes: 3 additions & 0 deletions sdcard/HOPPER/BLE_ADV.PHOP
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
2402000000
2426000000
2480000000
2 changes: 2 additions & 0 deletions sdcard/HOPPER/FOBS_COMMON.PHOP
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
315000000
433920000

0 comments on commit 93049b8

Please # to comment.