Skip to content

Commit

Permalink
Update ESP32-CAM-adv.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
cotestatnt authored Jun 30, 2021
1 parent 44dcc1b commit 16f0dc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ESP32/ESP32-CAM-adv/ESP32-CAM-adv.ino
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ void setup() {
int64_t userid = 1223456789;
myBot.sendTo(userid, welcome_msg);

// Start telegram message checking in a separate task on core 0 (the loop() function run on core 1)
// Start telegram message checking in a parallel task
xTaskCreate(
checkTelegram, // Function to implement the task
"checkTelegram", // Name of the task
Expand All @@ -252,4 +252,4 @@ void setup() {

void loop() {
printHeapStats();
}
}

0 comments on commit 16f0dc9

Please sign in to comment.