Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garyservin committed Nov 17, 2021
1 parent 6a33fa3 commit 58a4a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.h
Expand Up @@ -4,7 +4,7 @@ uint32_t g_pms_warmup_period = 30; // Seconds to warm up PM
uint32_t g_pms_report_period = 120; // Seconds between reports
char sensor[8] = "PMS7003";

#define VERSION "0.2"
#define VERSION "0.3.0"

/* Serial */
#define SERIAL_BAUD_RATE 115200 // Speed for USB serial console
Expand Down

0 comments on commit 58a4a34

Please sign in to comment.