clear payload string each time

pico-v0.1
alanbjohnston 4 years ago committed by GitHub
parent d99732cbf1
commit 4d19ec3396
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2081,7 +2081,8 @@ void start_payload() {
void read_payload()
{
payload_str[0] = '\0'; // clear the payload string
// if ((Serial.available() > 0)|| first_time == true)
{
blink(50);

Loading…
Cancel
Save

Powered by TurnKey Linux.