Skip to content
Snippets Groups Projects

Updates to implement finish, process MultiSmartData for v1.2 (Mobile)...

Closed Guilherme Arthur Gerônimo requested to merge master into prod
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -3145,7 +3145,7 @@ class Backend_V1_1 extends Backend_Common
}
if($is_digital and ($series->type != 'TTH')){
$value_blob = $entry->get('value')->toBinaryString();
switch ($type) {
switch ($series->type) {
case Unit::I32:
$value = Unpack::uInt32($value_blob);
break;
Loading