We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6348a0d commit e7e03c1Copy full SHA for e7e03c1
RELEASES.md
@@ -3,6 +3,8 @@
3
## 2.0.1
4
5
* Added data log reset.
6
+* Added the “Energy-saving alt.” HV profile for the FNIRSI GC-01.
7
+* Changed the default conversion factor for J613/J614 tubes to 60.0 cpm/µSv/h.
8
* Resolved issues with custom HV profiles.
9
* Resolved issues with the "SET tubeHVFrequency" and "SET tubeHVDutyCycle" data communication requests.
10
* Resolved issues with new history data log download.
platform.io/src/tube.c
@@ -158,8 +158,8 @@ const View tubeMenuView = {
158
static const float tubeConversionFactorMenuPresets[] = {
159
153.8F,
160
161
- 30.0F,
162
+ 60.0F,
163
164
165
};
0 commit comments