test: temp test

This commit is contained in:
2026-03-13 12:18:18 +01:00
parent e678ccb8b3
commit 05ff87d0b8
5 changed files with 477 additions and 28 deletions

View File

@@ -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
// ============================================================================