Skip to content

Commit

Permalink
Disable IOT by default
Browse files Browse the repository at this point in the history
  • Loading branch information
fixxer committed Jan 31, 2023
1 parent 17ed573 commit 9df9358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ESP32_Code/ESP32_Code.ino
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ typedef struct {
#endif

// Uncomment the line below if you wish to use an BMP280 sensor (Duino IoT beta)
#define USE_BMP280
//#ifdef USE_BMP280
//#define USE_BMP280
#ifdef USE_BMP280
// Install "Adafruit BMP280 Library" if you get an error
# include <Adafruit_BMP280.h>
# include <Wire.h>
Expand Down

0 comments on commit 9df9358

Please sign in to comment.