This how Marauder is configured in terms of RX/TX:
Code: Select all
ESP32: 3 (RX0) -> FZ: 13 or 15 (these are TX pins)
ESP32: 1 (TX0) -> FZ: 14 or 16 (these are RX pins)
I want to change to this:
ESP32: 17 (RX0) -> FZ: 13 or 15 (these are TX pins)
ESP32: 1 6(TX0) -> FZ: 14 or 16 (these are RX pins)
Code: Select all
esp32_marauder.ino
Code: Select all
Serial.begin(115200,SERIAL_8N1,16,17);
Code: Select all
load:0x40080400,len:3036
entry 0x400805e4
ESP-IDF version is: v4.4.3
ets Jul 29 2019 12:21:46