Fix typo and comment

This commit is contained in:
samuelbles07
2024-11-07 22:08:36 +07:00
parent bfbae680fd
commit 404c14aad2
2 changed files with 2 additions and 2 deletions

View File

@ -168,7 +168,7 @@ void setup() {
boardInit();
setMeasurementMaxPeriod();
// Uncomment below line to print every measurements reading update
// Comment below line to disable debug measurement readings
measurements.setDebug(true);
/** Connecting wifi */