Skip to content

Commit

Permalink
Update WH0290 support to match rtl_sdr PR 1069
Browse files Browse the repository at this point in the history
  • Loading branch information
harpchad committed Jun 23, 2019
1 parent 1f19ce3 commit acafab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/user/sdr.py
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@ def insert_ids(pkt):
class FOWH0290Packet(Packet):
# This is for a WH0290 Air Quality Monitor

#out: ['{"time" : "2019-05-26 20:05:19", "model" : "Fine Offset Electronics, WH0290", "id" : 204, "25_particles" : 33, "100_particles" : 35, "mic" : "CHECKSUM"}\n']
#{"time" : "@0.084044s", "model" : "Fine Offset Electronics, WH0290", "id" : 204, "pm2_5_ug_m3" : 9, "pm10_ug_m3" : 10, "mic" : "CHECKSUM"}

IDENTIFIER = "Fine Offset Electronics, WH0290"

Expand Down

0 comments on commit acafab9

Please sign in to comment.