Skip to content

Commit

Permalink
Fixed "LimiTTerAT+RESET" bug for some slowly HM-Modules
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernL committed May 13, 2017
1 parent aed9c4a commit f0b9ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LimiTTer.ino
Expand Up @@ -88,7 +88,7 @@ void setup() {
}
delay(100);
ble_Serial.write("AT+NAMELimiTTer");
delay(100);
delay(500);
ble_Serial.write("AT+RESET");
delay(500);

Expand Down

3 comments on commit f0b9ed1

@BenY1
Copy link

@BenY1 BenY1 commented on f0b9ed1 May 18, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this. I have the dame issue. HM 17 module

@BenY1
Copy link

@BenY1 BenY1 commented on f0b9ed1 May 18, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same*

@holmberg81
Copy link

@holmberg81 holmberg81 commented on f0b9ed1 Jul 11, 2017 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.