From 317898aca4234f58c01454d5840e06fde47a5036 Mon Sep 17 00:00:00 2001 From: softwarecrash Date: Sun, 8 Oct 2023 15:14:44 +0200 Subject: [PATCH] add delay to data requst, fixing bug that MT50 cannot communicate --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index c7335d4..3e23d35 100644 --- a/platformio.ini +++ b/platformio.ini @@ -14,7 +14,7 @@ framework = arduino monitor_speed = 115200 monitor_filters = esp8266_exception_decoder, default, time, printable, colorize -custom_prog_version = 2.0.2 +custom_prog_version = 2.0.3 build_flags = -DVERSION=${this.custom_prog_version}