RogueMaster
704306ae1a
Merge branch 'ofwdev' into 420
2022-12-23 10:44:27 -05:00
あく
b0970953b9
[FL-3067] WeatherStation: fix incorrect history index increment ( #2186 )
2022-12-23 22:46:35 +09:00
RogueMaster
5bc2fb685c
Merge branch 'ofwdev' into 420
2022-12-19 14:26:06 -05:00
Skorpionm
a81a5ca57c
[FL-3052] WS: add choice fahrenheit/celsius ( #2149 )
...
* WS: add choice fahrenheit/celsius
* WS: fix syntax
Co-authored-by: あく <alleteam@gmail.com >
2022-12-20 04:22:57 +09:00
Skorpionm
327df4a813
[FL-3034] WS: fix protocol and add new ( #2116 )
...
* WS: fix Nexus-TH potocol
* WS: add Oregon_v1 protocol
* WS: add AmbientWeather-TX8300 protocol
Co-authored-by: あく <alleteam@gmail.com >
2022-12-14 17:27:55 +09:00
RogueMaster
2463a7aee3
Merge pull request #468 from flipperdevices/skorp/ws_fix_protocol
...
Skorp/ws fix protocol
2022-12-13 22:02:11 -05:00
SkorP
1c45b9cd4f
WS: add AmbientWeather-TX8300 protocol
2022-12-13 18:36:20 +04:00
SkorP
90124328b4
WS: add Oregon_v1 protocol
2022-12-13 13:45:43 +04:00
Skorpionm
a2be823dec
Merge branch 'dev' into skorp/ws_fix_protocol
2022-12-12 19:42:18 +04:00
RogueMaster
90e7de7aa7
Merge branch 'ofwdev' into 420
2022-12-12 01:25:42 -05:00
MX
87fb852bcf
Weather Station: Fix display of temps lower than -9 ( #2120 )
...
Co-authored-by: あく <alleteam@gmail.com >
2022-12-12 04:29:58 +09:00
RogueMaster
88b3bbb2cb
Merge branch 'UNLEASHED' into 420
2022-12-10 18:12:40 -05:00
MX
17ea9315e0
Fix incompatibility with OFW in subghz part + improve speed
...
SubGHz app launch times improved, also setting_user file no longer added by firmware, this update will remove this file, be sure to backup!
Now this file is actually should be created by user and will be not removed every update!
2022-12-11 00:42:26 +03:00
RogueMaster
5adfd734e3
Merge branch 'UNLEASHED' into 420
2022-12-10 16:18:41 -05:00
SkorP
5597c44f90
WS: fix Nexus-TH potocol
2022-12-10 21:31:16 +04:00
MX
35a4eef3fc
Merge branch 'fz-dev' into dev
2022-12-10 19:30:20 +03:00
MX
01e24f6837
WS: Show received signal age ( #2087 )
...
* Feat: Show received signal age: by @LY2NEO with some fixes from me
* WS: Signal age display GUI fixes and improvements
* WeatherStation: refactor variable names
* WS: GUI fixes and improvements: add icons by @Karator and apply UI changes
* Weather Station: proper event flow for view redraw.
Co-authored-by: あく <alleteam@gmail.com >
2022-12-11 00:30:03 +09:00
RogueMaster
3d97fa6737
Merge branch 'UNLEASHED' into 420
2022-12-09 00:28:19 -05:00
MX
556b604f7b
WS: GUI fixes and improvements
2022-12-09 00:04:55 +03:00
MX
741ad34b2c
WS: Oregon2 - add support for temp sensor RTHN129 ( #2088 )
...
Co-authored-by: あく <alleteam@gmail.com >
2022-12-07 22:28:18 +09:00
RogueMaster
128eb13074
Merge branch 'UNLEASHED' into 420
2022-12-05 20:59:49 -05:00
MX
1c81dc2dee
Weather station: signal age display GUI fixes
2022-12-04 20:48:19 +03:00
MX
176f27e037
WS: Oregon2 - add support for RTHN129
2022-12-04 15:58:07 +03:00
MX
8d9786f89a
Simplify and fix time display
...
display only OLD when we have more than 59 mins
2022-12-04 04:38:37 +03:00
LY2NEO
21e5b66bf6
Improved plugin WS data dashbord, added data age counter.
...
When data is read it saves datastamp and calculetes diference between actual time and data read time.
Until one minute it counts age in seconds.
After one minute it starts blink and counts age per minute.
Tested with auriol_hg0601a.c protocol.
2022-12-03 23:23:08 +02:00
MX
97e8da7a7b
Weather Station: Add protocol - Auriol HG0601A ( #2056 )
...
* Add protocol Auriol hg0601a: Made by @LY2NEO
* Improve readability of code: fix protocol name
Co-authored-by: あく <alleteam@gmail.com >
2022-11-29 04:08:28 +09:00
RogueMaster
9a4b7d47e1
Merge branch 'UNLEASHED' into 420
2022-11-27 16:16:25 -05:00
MX
43d35b42e5
Fix auriol protocol naming
2022-11-27 17:07:51 +03:00
RogueMaster
7bb418dd79
fix some fams
2022-11-27 01:50:21 -05:00
RogueMaster
eb64bcfff2
Tools Rename
2022-11-26 23:02:30 -05:00
RogueMaster
813d3c0d0b
Merge pull request #451 from xMasterX/ws_auriol_protocol
...
Add protocol Auriol hg0601a
2022-11-26 18:35:31 -05:00
MX
1a33e1a00b
WS: Add protocol Auriol HG0601A
...
Made by @LY2NEO
2022-11-27 02:32:43 +03:00
MX
ba939ce10a
Add protocol Auriol hg0601a
...
Made by @LY2NEO
2022-11-27 01:49:52 +03:00
MX
7829428455
Merge branch 'fz-dev' into dev
2022-11-23 19:21:50 +03:00
Skorpionm
b9c483fbf8
[FL-2975] WS: add protocol GT-WT02 ( #2001 )
...
* WS: add protocol GT-WT02
* WS: fix text "About" scene
Co-authored-by: あく <alleteam@gmail.com >
2022-11-23 18:44:49 +09:00
RogueMaster
10f8a85c12
fixes?
2022-11-19 23:31:05 -05:00
MX
684fdc632f
Merge branch 'fz-dev' into dev
2022-11-10 06:57:08 +03:00
RogueMaster
9e8fe5f103
Merge branch 'ofwdev' into 420
2022-11-08 23:17:07 -05:00
Samuel Stauffer
328d049b6a
Add Acurite 609TXC protocol to weather station ( #1987 )
...
Co-authored-by: あく <alleteam@gmail.com >
2022-11-09 02:07:55 +09:00
RogueMaster
3f88174dea
Merge branch 'ofwdev' into 420
2022-11-06 15:55:24 -05:00
Skorpionm
65005e71d2
WS: fix show negative temperature ( #1980 )
2022-11-07 02:30:02 +09:00
RogueMaster
30dbaea2e8
Merge branch 'ofwdev' into 420
2022-11-05 14:23:42 -04:00
あく
e8913f2e33
Code cleanup: srand, PVS warnings ( #1974 )
...
* Remove srand invocation
* PVS High priority fixes
* PVS High errors part 2
* Furi: heap tracing inheritance
* Furi add __builtin_unreachable to furi_thread_catch
2022-11-05 18:07:24 +03:00
MX
79b37556d4
Merge branch 'fz-dev' into dev
2022-11-02 22:53:12 +03:00
Skorpionm
0652830c51
[FL-2940] WS: add protocol Ambient_Weather ( #1960 )
...
* WS: add protocol Ambient_Weather
* WS: fix link
* WS: removing unused code
Co-authored-by: あく <alleteam@gmail.com >
2022-11-03 01:24:07 +09:00
MX
2cfb5bdfc6
Merge branch 'fz-dev' into dev
2022-10-28 18:03:31 +03:00
Sergey Gavrilov
3434305630
[FL-2937] Remove resources from API to prevent frequent API version increase ( #1935 )
...
* Remove all icons from API
* Music player: icons
* Signal generator: icons
* Bt hid: icons
* Weather station: icons
* Picopass: icons
* File browser test: icons
* Example images: documentation
* Remove global assets header
* Fix picopass
Co-authored-by: あく <alleteam@gmail.com >
2022-10-28 23:08:50 +09:00
Oleg Moiseenko
be3ee9f2fe
Oregon2 additional sensors defines ( #1933 )
...
* added a list of sensors and added several additional temperature and temperature/humidity sensor id's
* now here are only sensors that have test data
Co-authored-by: あく <alleteam@gmail.com >
2022-10-28 22:42:59 +09:00
MX
4c0c70ff64
Merge branch 'fz-dev' into dev
2022-10-28 14:39:14 +03:00
Skorpionm
26f852839a
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 >
2022-10-28 20:16:54 +09:00