Skip to content

Conversation

toomasz
Copy link
Contributor

@toomasz toomasz commented Dec 20, 2018

  • This method will be useful for libraries that attempt to find current baud rate of device connected via Serial, for example GSM modems
  • Please be aware that some garbage on Serial may occur(an most of times it does) after baud rate is changed

Fixes:
#441


void begin(unsigned long baud, uint32_t config=SERIAL_8N1, int8_t rxPin=-1, int8_t txPin=-1, bool invert=false, unsigned long timeout_ms = 20000UL);
void end();
void updateBaudRate(unsigned long baud);
Copy link
Member

Choose a reason for hiding this comment

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

extra tab?

@me-no-dev
Copy link
Member

One comment on style :) please fix and I will merge. I have an idea for the bad char.

@toomasz
Copy link
Contributor Author

toomasz commented Dec 23, 2018

@me-no-dev done

@me-no-dev me-no-dev merged commit 5af139b into espressif:master Dec 23, 2018
@me-no-dev
Copy link
Member

Thanks :)

@toomasz
Copy link
Contributor Author

toomasz commented Dec 23, 2018

No problem, could you close #441 also?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants