pppos control

This commit is contained in:
Bogdan Pilyugin 2025-03-14 19:21:58 +02:00
parent d254ff5c46
commit b52dcdc5d8

View File

@ -23,9 +23,9 @@
// UART configuration // UART configuration
#define UART_PORT_NUM UART_NUM_2 #define UART_PORT_NUM UART_NUM_2
#define UART_BAUD_RATE 115200 #define UART_BAUD_RATE 115200
#define UART_RX_PIN 18 #define UART_RX_PIN 2
#define UART_TX_PIN 17 #define UART_TX_PIN 1
#define UART_BUF_SIZE 12000 #define UART_BUF_SIZE 4096
#ifdef CONFIG_WEBGUIAPP_PPPOS_ENABLE #ifdef CONFIG_WEBGUIAPP_PPPOS_ENABLE