Skip to content

Commit

Permalink
Update ESP32_openAI_telegrambot.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
fustyles authored Apr 1, 2023
1 parent b2d60fb commit a8c18d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ESP32_openAI_telegrambot.ino
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ void sendMessageToTelegram_custom(String token, String chatid, String text, Stri
getAll += String(c);
startTime = millis();
}
Serial.println(getBody);
//Serial.println(getBody);
if (getBody.length()>0) break;
}
}
Expand Down

0 comments on commit a8c18d2

Please sign in to comment.