This commit is contained in:
xin
2025-08-25 11:32:00 +08:00
parent 6de3458dfc
commit ba2edfbe8f
317 changed files with 89 additions and 60069 deletions

View File

@ -632,6 +632,7 @@ class TinyGsmBG96 : public TinyGsmModem<TinyGsmBG96>,
uint32_t startMillis = millis();
do {
TINY_GSM_YIELD();
vTaskDelay(1 / portTICK_PERIOD_MS);
while (stream.available() > 0) {
TINY_GSM_YIELD();
int8_t a = stream.read();