1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-29 19:20:36 +02:00

Updated Home (markdown)

oliexdev
2015-01-04 04:45:25 -08:00
parent 68adc3a439
commit 95d9ed7b5e

@@ -868,7 +868,7 @@ void loop()
} }
if (seg_value_4 == 'P') { if (seg_value_4 == 'P') {
measured_user_id = char_to_int(seg_value_1) - 1; measured_user_id = char_to_int(seg_value_1) + char_to_int(seg_value_2)*10;
} }
sample_count = 0; sample_count = 0;