[FL-2975] WS: add protocol GT-WT02 (#2001)

* WS: add protocol GT-WT02
* WS: fix text "About" scene

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Skorpionm
2022-11-23 13:44:49 +04:00
committed by GitHub
parent 00fcd9cfcd
commit b9c483fbf8
6 changed files with 348 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ void weather_station_scene_about_on_enter(void* context) {
furi_string_cat_printf(temp_str, "\e#%s\n", "Description");
furi_string_cat_printf(
temp_str, "Reading messages from\nweather station that work\nwith SubGhz sensors\n\n");
temp_str, "Reading messages from\nweather stations that work\nwith SubGhz sensors\n\n");
furi_string_cat_printf(temp_str, "Supported protocols:\n");
size_t i = 0;