From 6ff3a8224ea669d0a8bb9e6f7318c2430af107b3 Mon Sep 17 00:00:00 2001 From: Luc <8822552+luc-github@users.noreply.github.com> Date: Mon, 7 Sep 2020 10:14:59 +0200 Subject: [PATCH] Update configuration.h disable sensor by default --- esp3d/configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp3d/configuration.h b/esp3d/configuration.h index d8d8d98a..6732d882 100644 --- a/esp3d/configuration.h +++ b/esp3d/configuration.h @@ -99,7 +99,7 @@ //ANALOG_DEVICE 3 //BMP280_DEVICE 4 //BME280_DEVICE 5 -#define SENSOR_DEVICE BMP280_DEVICE +//#define SENSOR_DEVICE BMP280_DEVICE #ifdef BUZZER_DEVICE #define ESP3D_BUZZER_PIN 15