Skip to content

Commit

Permalink
NAMF-2020-46rc13
Browse files Browse the repository at this point in the history
  • Loading branch information
netmaniac committed Sep 12, 2024
1 parent b028bb2 commit e79b03f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Versions.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
NAMF-2020-46rc13 (2024-09-12 rev)
- returning with setting continous mode for SDS

NAMF-2020-46rc12 (2024-09-10 rev)
- longer reading time (more packets processed) should help in case higher checksum error ratio will be present in stable release

Expand Down
4 changes: 2 additions & 2 deletions src/sensors/sds011/sds011.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,8 @@ namespace SDS011 {
// if (t>1000) t -= 200;
switch (sensorState) {
case POWERON:
// SDS_cmd(PmSensorCmd::ContinuousMode);
// delay(100);
SDS_cmd(PmSensorCmd::ContinuousMode);
delay(100);
// SDS_cmd(PmSensorCmd::ContinuousMode2);
updateState(STARTUP);
return 10;
Expand Down
4 changes: 2 additions & 2 deletions src/variables.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#define SOFTWARE_VERSION "NAMF-2020-boot"
#define SOFTWARE_VERSION_SHORT "boot"
#else
#define SOFTWARE_VERSION "NAMF-2020-46rc12"
#define SOFTWARE_VERSION_SHORT "46rc12"
#define SOFTWARE_VERSION "NAMF-2020-46rc13"
#define SOFTWARE_VERSION_SHORT "46rc13"
// undefine SOFTWARE_BETA in production releases
#define SOFTWARE_BETA 1
#endif
Expand Down

0 comments on commit e79b03f

Please sign in to comment.