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

2
.gitignore vendored
View File

@ -7,4 +7,6 @@
*.dep *.dep
*.crf *.crf
*.uvguix.* *.uvguix.*
*.uvoptx
*.d
.build_log.htm .build_log.htm

View File

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