WS: fix Acurite-606TX protocol (#1938)

* WS: fix acurite_606tx protocol
* WS: update version
* WeatherStation: remove break from invalid place

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Skorpionm
2022-10-28 15:16:54 +04:00
committed by GitHub
parent f11df49468
commit 26f852839a
2 changed files with 31 additions and 35 deletions

View File

@@ -3,7 +3,7 @@
#include <furi.h>
#include <furi_hal.h>
#define WS_VERSION_APP "0.3"
#define WS_VERSION_APP "0.3.1"
#define WS_DEVELOPED "SkorP"
#define WS_GITHUB "https://github.com/flipperdevices/flipperzero-firmware"