Show RSSI in Weather Station app (#2395)

* Show RSSI in weather station app: copy changes from main SubGHz app
* WeatherStation: remove dead code
* WeatherStation: sync naming schema with current code.

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
MX
2023-02-20 18:19:53 +03:00
committed by GitHub
parent b15c4afea1
commit 0a3ff7f85a
3 changed files with 36 additions and 2 deletions

View File

@@ -8,6 +8,8 @@ typedef struct WSReceiver WSReceiver;
typedef void (*WSReceiverCallback)(WSCustomEvent event, void* context);
void ws_view_receiver_set_rssi(WSReceiver* instance, float rssi);
void ws_view_receiver_set_lock(WSReceiver* ws_receiver, WSLock keyboard);
void ws_view_receiver_set_callback(