Skip to content

Commit ba5bd22

Browse files
committed
Moved the INO sketch and corrected small typo
1 parent 38ba8a0 commit ba5bd22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/BasicDemo/BasicDemo/BasicDemo.ino renamed to examples/BasicDemo/BasicDemo.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class MyBatteryCallbacks: public BatteryCallbacks {
3939
};
4040

4141
virtual void onBatteryRecalibrated() {
42-
Serial.print("Maximum Battery Capacity has been Recalibrated!");
42+
Serial.println("Maximum Battery Capacity has been Recalibrated!");
4343
};
4444
};
4545

examples/BasicDemo/src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class MyBatteryCallbacks: public BatteryCallbacks {
3939
};
4040

4141
virtual void onBatteryRecalibrated() {
42-
Serial.print("Maximum Battery Capacity has been Recalibrated!");
42+
Serial.println("Maximum Battery Capacity has been Recalibrated!");
4343
};
4444
};
4545

0 commit comments

Comments
 (0)