From ba859869e22591aac6bec32dc71b71813379bad0 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Sat, 3 Feb 2018 17:28:13 +0200 Subject: [PATCH] Update Readme, Fix #91 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index af394bf0..560b2097 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,11 @@ Try selecting **57600**, **38400**, or even lower - the one that works best for Be sure to set correct TX/RX pins in the sketch. Please note that not every Arduino pin can serve as TX or RX pin. **Read more about SoftSerial options and configuration [here](https://www.pjrc.com/teensy/td_libs_AltSoftSerial.html) and [here](https://www.arduino.cc/en/Reference/SoftwareSerial).** +### ESP32 HardwareSerial + +When using ESP32 `HardwareSerial`, you may need to specify additional parameters to the `.begin()` call. +Please [refer to this comment](https://github.com/vshymanskyy/TinyGSM/issues/91#issuecomment-356024747). + ### Diagnostics sketch Use this sketch to diagnose your SIM card and GPRS connection: