Skip to content

Commit 8053411

Browse files
authored
Apply suggestions from code review
1 parent cbef040 commit 8053411

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

examples/ScienceKit/Nano33BLESenseRev2Firmware/Nano33BLESenseRev2Firmware.ino

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ void printSerialMsg(const char* msg) {
8282

8383
void setup() {
8484
#ifdef DEBUG
85-
Serial.begin(115200);
85+
Serial.begin(9600);
8686
while (!Serial)
8787
;
8888
Serial.println("Started");
@@ -148,7 +148,6 @@ void setup() {
148148
BLE.advertise();
149149

150150
lowPower();
151-
Serial.println("Initialization done!");
152151
}
153152

154153
void loop() {

examples/ScienceKit/Nano33BLESenseRev2Firmware/config.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ const int FlashChipSelect = 2;
1818
#include <avr/dtostrf.h>
1919

2020

21-
//BoschSensorClass BME = BoschSensorClass(Wire);
2221

2322
const uint32_t SHUNT_MICRO_OHM{100000}; ///< Shunt resistance in Micro-Ohm, e.g. 100000 is 0.1 Ohm
2423
const uint16_t MAXIMUM_AMPS{1}; ///< Max expected amps, clamped from 1A to a max of 1022A

0 commit comments

Comments
 (0)