diff --git a/g2core/g2core.cppproj b/g2core/g2core.cppproj
index 3e17cbf8..a4704359 100644
--- a/g2core/g2core.cppproj
+++ b/g2core/g2core.cppproj
@@ -73,7 +73,7 @@
SWD
com.atmel.avrdbg.tool.atmelice
- J41800030015
+ J41800036434
Atmel-ICE
True
@@ -100,7 +100,7 @@
True
true
- J41800030015
+ J41800036434
0x284E0A60
10000000
diff --git a/g2core/report.cpp b/g2core/report.cpp
index 16da1b7d..293b3539 100644
--- a/g2core/report.cpp
+++ b/g2core/report.cpp
@@ -368,7 +368,7 @@ static uint8_t _populate_filtered_status_report()
bool has_data = false;
char tmp[TOKEN_LEN+1];
nvObj_t *nv = nv_reset_nv_list(); // sets nv to the start of the body
- float precision[8] = { 1, 0.1, 0.01, 0.001, 0.0001, 0.00001, 0.000001, 0.0000001 };
+ float precision[8] = { 0.9, 0.09, 0.009, 0.0009, 0.00009, 0.000009, 0.0000009, 0.00000009 };
nv->valuetype = TYPE_PARENT; // setup the parent object (no need to length check the copy)
strcpy(nv->token, sr_str);