fix nrfsniff log spam, add new icons

icons by @Svaarich
This commit is contained in:
MX 2022-09-15 18:27:27 +03:00
parent 9c95562fad
commit 8b3b5fa802
No known key found for this signature in database
GPG key ID: 6C4C311DFD4B4AB5
14 changed files with 4 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -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",
)

View file

@ -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;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -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",
)

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -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",
)

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB