2024-09-2900
This commit is contained in:
parent
fda2fa8ee0
commit
b5ba8d2a0a
|
@ -12,8 +12,8 @@
|
|||
platform = espressif8266
|
||||
board = d1
|
||||
framework = arduino
|
||||
monitor_speed =115200
|
||||
upload_speed = 115200
|
||||
monitor_speed =74800
|
||||
|
||||
monitor_filters = time
|
||||
lib_deps =
|
||||
adafruit/Adafruit BusIO @ 1.16.1
|
||||
|
|
|
@ -41,7 +41,7 @@ unsigned long delayTime;
|
|||
void printValues();
|
||||
|
||||
void setup() {
|
||||
Serial.begin(115200);
|
||||
Serial.begin(74800);
|
||||
Serial.println(F("BME280 test"));
|
||||
|
||||
unsigned status;
|
||||
|
|
Loading…
Reference in New Issue
Block a user