Update .gitignore with additional build artifacts

This commit is contained in:
2026-05-08 10:53:24 +08:00
parent 3b86e38f48
commit de67b86952
2 changed files with 3 additions and 1 deletions

View File

@ -50,7 +50,7 @@ extern "C" {
/* 硬件模块启用/禁用宏定义 */
#ifndef USE_W5500
#define USE_W5500 0 /* 默认启用W5500以太网模块 */
#define USE_W5500 1 /* 默认启用W5500以太网模块 */
#endif
#ifndef USE_RS485