on rak815 use serial port for console

This commit is contained in:
geeksville
2020-07-10 13:11:29 -07:00
parent fb4ac82d45
commit feb9992d7d
2 changed files with 7 additions and 0 deletions

View File

@@ -305,7 +305,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// What platforms should use SEGGER?
#ifdef NRF52_SERIES
// nrf52 gets its settings via variant files
#ifndef PIN_SERIAL_RX
// No serial ports on this board - use segger in memory console
#define USE_SEGGER
#endif
#else
#define SERIAL0_RX_GPIO 3 // Always GPIO3 on ESP32
#endif