Skip to content

Commit e7e03c1

Browse files
committed
2.0.1
1 parent 6348a0d commit e7e03c1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: RELEASES.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
## 2.0.1
44

55
* 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.
68
* Resolved issues with custom HV profiles.
79
* Resolved issues with the "SET tubeHVFrequency" and "SET tubeHVDutyCycle" data communication requests.
810
* Resolved issues with new history data log download.

Diff for: platform.io/src/tube.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ const View tubeMenuView = {
158158
static const float tubeConversionFactorMenuPresets[] = {
159159
153.8F,
160160
153.8F,
161-
30.0F,
162-
30.0F,
161+
60.0F,
162+
60.0F,
163163
153.8F,
164164
153.8F,
165165
};

0 commit comments

Comments
 (0)