浏览代码

Fix units error.

jinyuan.weng 7 年之前
父节点
当前提交
06c003a587
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/battery_power/battery_power.ino

+ 1 - 1
examples/battery_power/battery_power.ino

@@ -29,7 +29,7 @@ void loop(void)
     percent = ltc2941.getPercent();
     
     SERIAL.print(coulomb);
-    SERIAL.print("mC,");
+    SERIAL.print("C,");
     SERIAL.print(mAh);
     SERIAL.print("mAh,");
     SERIAL.print(percent);