Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Corsi
Linux week
Arduino e IoT
Sketches
Commits
9b281bac
Commit
9b281bac
authored
Nov 16, 2021
by
Raul Singh
Browse files
Fixed mistake
parent
73a93c4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
4-telegram_bot_skeleton.ino
View file @
9b281bac
...
...
@@ -57,9 +57,9 @@ void setup() {
// If there are messages, handle them
for
(
int
i
=
0
;
i
<
newMessages
;
i
++
)
{
}
}
delay
(
500
);
}
delay
(
500
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment