|
|
|
@ -12,8 +12,8 @@ namespace io {
@@ -12,8 +12,8 @@ namespace io {
|
|
|
|
|
|
|
|
|
|
static constexpr size_t GPS_BUF_SIZE = 1024; |
|
|
|
|
static constexpr uart_port_t GPS_UART = UART_NUM_1; |
|
|
|
|
static constexpr int GPS_UART_TX_PIN = 17; |
|
|
|
|
static constexpr int GPS_UART_RX_PIN = 23; |
|
|
|
|
static constexpr int GPS_UART_TX_PIN = 25; |
|
|
|
|
static constexpr int GPS_UART_RX_PIN = 26; |
|
|
|
|
static constexpr int GPS_UART_BAUD = 9600; |
|
|
|
|
static constexpr size_t GPS_UART_RX_BUF_SIZE = 1024; |
|
|
|
|
static constexpr size_t GPS_UART_TX_BUF_SIZE = 0; |
|
|
|
|