mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 09:50:52 +00:00
.
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
#include "freertos/task.h"
|
#include "freertos/task.h"
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "epaper.h"
|
//#include "epaper.h"
|
||||||
|
|
||||||
Adafruit_BME280 bme;
|
Adafruit_BME280 bme;
|
||||||
|
|
||||||
@@ -50,7 +50,8 @@ void TaskSensorValuesCode (void* parameters) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
sleep(2);
|
Serial.println("Please wait 5 seconds ...");
|
||||||
|
delay(5000);
|
||||||
Serial.begin(9600);
|
Serial.begin(9600);
|
||||||
Serial.println();
|
Serial.println();
|
||||||
|
|
||||||
@@ -77,7 +78,7 @@ void setup() {
|
|||||||
delay(150);
|
delay(150);
|
||||||
digitalWrite(LED_PIN, HIGH);
|
digitalWrite(LED_PIN, HIGH);
|
||||||
delay(150);
|
delay(150);
|
||||||
Serial.println("Could not find a valid BME/BMP280 sensor, check wiring!");
|
Serial.println("Could not find a valid BME/BMP280 sensor!");
|
||||||
n--;
|
n--;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user