Skip to content

Commit 4f012fe

Browse files
authored
Update FlowSensor_Type.h
fix typo
1 parent e10aca7 commit 4f012fe

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

src/FlowSensor_Type.h

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,18 @@
1313
// Sensor Type
1414
// -----------------------
1515
// YF
16-
#define YFD50 20
17-
#define YFS201 450
18-
#define YFB5 450
19-
#define YFB1 660
20-
// YF-B10 - new 1" Flowsensor - A. Wilpernig 5.4.2025 F=(6*Q-8) ==> 352
21-
#define YFB10 352
22-
#define YFS401 5880
16+
#define YFDN50 20
17+
#define YFS201 450
18+
#define YFB5 450
19+
#define YFB1 660
20+
#define YFB10 352
21+
#define YFS401 5880
2322
#define YFB1S 1077
2423
// OF
25-
#define OF10ZAT 400
26-
#define OF10ZZT 400
27-
#define OF05ZAT 2174
28-
#define OF05ZZT 2174
24+
#define OF10ZAT 400
25+
#define OF10ZZT 400
26+
#define OF05ZAT 2174
27+
#define OF05ZZT 2174
2928
//------------------------
3029

3130
/**

0 commit comments

Comments
 (0)