Skip to content

Commit 495c57a

Browse files
committed
DM: fix travis
1 parent cad843e commit 495c57a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/advancedsettings/advancedsettings.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ void setup() {
3737
Serial.begin(9600);
3838
Serial.println(F("BME280 test"));
3939

40-
if (! bme.begin(&Wire1)) {
40+
if (! bme.begin(&Wire)) {
4141
Serial.println("Could not find a valid BME280 sensor, check wiring!");
4242
while (1);
4343
}
@@ -101,6 +101,7 @@ void setup() {
101101
// = 40ms (25Hz)
102102
// with standby time that should really be 24.16913... Hz
103103
delayTime = 41;
104+
*/
104105

105106
/*
106107
// gaming

0 commit comments

Comments
 (0)