mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-20 22:05:11 +00:00
eol validation
This commit is contained in:
parent
bd619d6531
commit
99f5f0bbcf
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ extern String seventhLine;
|
|||
namespace APRS_IS_Utils {
|
||||
|
||||
void upload(String line) {
|
||||
espClient.println(line + "\r");
|
||||
espClient.print(line + "\r\n");
|
||||
}
|
||||
|
||||
void connect(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue