Update MenuFunctions.h

Uncommented and added Pinescan_sniff and Multissid_Sniff definition
This commit is contained in:
amec0e
2025-05-28 00:01:38 +01:00
committed by GitHub
parent ba7c05ff73
commit c8b429e320

View File

@@ -74,8 +74,8 @@ extern Settings settings_obj;
#define DISABLE_TOUCH 34
#define FLIPPER 35
#define BLANK 36
//#define PINEAPPLE 36
//#define MULTISSID 36
#define PINESCAN_SNIFF 36 // Use blanks icon
#define MULTISSID_SNIFF 36 // Use blanks icon
PROGMEM void my_disp_flush(lv_disp_drv_t *disp, const lv_area_t *area, lv_color_t *color_p);
PROGMEM bool my_touchpad_read(lv_indev_drv_t * indev_driver, lv_indev_data_t * data);