fix nrfsniff log spam, add new icons
icons by @Svaarich
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
@ -7,6 +7,6 @@ App(
|
|||
requires=["gui"],
|
||||
stack_size=2 * 1024,
|
||||
order=70,
|
||||
fap_icon="../../../assets/icons/Archive/sub1_10px.png",
|
||||
fap_icon="nrfsniff_10px.png",
|
||||
fap_category="GPIO",
|
||||
)
|
||||
|
|
|
@ -402,9 +402,6 @@ int32_t nrfsniff_app(void* p) {
|
|||
}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
FURI_LOG_D(TAG, "osMessageQueue: event timeout");
|
||||
// event timeout
|
||||
}
|
||||
|
||||
if(sniffing_state) {
|
||||
|
@ -451,6 +448,7 @@ int32_t nrfsniff_app(void* p) {
|
|||
furi_record_close(RECORD_STORAGE);
|
||||
view_port_free(view_port);
|
||||
furi_message_queue_free(event_queue);
|
||||
free(plugin_state);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
BIN
applications/plugins/nrfsniff/nrfsniff_10px.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
|
@ -7,6 +7,6 @@ App(
|
|||
requires=["storage", "gui", "dialogs", "subghz"],
|
||||
stack_size=2 * 1024,
|
||||
order=14,
|
||||
fap_icon="../../../assets/icons/Archive/sub1_10px.png",
|
||||
fap_icon="playlist_10px.png",
|
||||
fap_category="Tools",
|
||||
)
|
||||
|
|
BIN
applications/plugins/playlist/playlist_10px.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
|
@ -7,6 +7,6 @@ App(
|
|||
requires=["gui","dialogs"],
|
||||
stack_size=2 * 1024,
|
||||
order=11,
|
||||
fap_icon="../../../assets/icons/Archive/sub1_10px.png",
|
||||
fap_icon="subbrute_10px.png",
|
||||
fap_category="Tools",
|
||||
)
|
||||
|
|
BIN
applications/plugins/subbrute/subbrute_10px.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 1.7 KiB |