We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ba8a0 commit ba5bd22Copy full SHA for ba5bd22
…amples/BasicDemo/BasicDemo/BasicDemo.ino examples/BasicDemo/BasicDemo.inoexamples/BasicDemo/BasicDemo/BasicDemo.ino renamed to examples/BasicDemo/BasicDemo.ino
@@ -39,7 +39,7 @@ class MyBatteryCallbacks: public BatteryCallbacks {
39
};
40
41
virtual void onBatteryRecalibrated() {
42
- Serial.print("Maximum Battery Capacity has been Recalibrated!");
+ Serial.println("Maximum Battery Capacity has been Recalibrated!");
43
44
45
examples/BasicDemo/src/main.cpp
0 commit comments