I want to connect an ESP-01 to an Arduino Uno board, and I want to use software serial. I am confused by this line in the example code provided by Blynk:
EspSerial(2, 3); // RX, TX
Does that mean I should connect:
ESP RX to Arduino pin 2
ESP TX to Arduino pin 3
or is it vise versa?