test: temp test
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
// ============================================================================
|
||||
// UART Serial Configuration
|
||||
// ============================================================================
|
||||
#define BMC_UART_NUM UART_NUM_1
|
||||
#define BMC_UART_NUM UART_NUM_0
|
||||
#define BMC_UART_TX_GPIO GPIO_NUM_43
|
||||
#define BMC_UART_RX_GPIO GPIO_NUM_44
|
||||
#define BMC_UART_BAUD_RATE 115200
|
||||
@@ -42,6 +42,12 @@
|
||||
#define BMC_HTTP_MAX_CONN 17
|
||||
#define BMC_HTTP_STACK_SIZE 8192
|
||||
|
||||
// HTTP Basic Authentication
|
||||
#define BMC_HTTP_AUTH_ENABLED 1
|
||||
#define BMC_HTTP_AUTH_USERNAME "admin"
|
||||
#define BMC_HTTP_AUTH_PASSWORD "admin"
|
||||
#define BMC_HTTP_AUTH_REALM "ESP32 BMC"
|
||||
|
||||
// ============================================================================
|
||||
// GPIO Configuration
|
||||
// ============================================================================
|
||||
|
||||
Reference in New Issue
Block a user