This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
mhsw-espurna
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix incorrect PMS_SUPPORT reference on sensor endif
ech1560
Rui Marinho
6 years ago
parent
82405617e4
commit
75c1a3675e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
code/espurna/sensors/PMSX003Sensor.h
+ 1
- 1
code/espurna/sensors/PMSX003Sensor.h
View File
@ -322,4 +322,4 @@ class PMSX003Sensor : public BaseSensor, PMSX003 {
}
;
#
endif
/
/
SENSOR_SUPPORT && PMS_SUPPORT
#
endif
/
/
SENSOR_SUPPORT && PMS
X003
_SUPPORT
Write
Preview
Loading…
Cancel
Save