vd960DBN 固件改动:
- net_srv.h: 默认 topic 改为 dld960/{sn}/srv + dld960/{sn}/dev
- net_srv.c: dg_subscribe_display_topic() 直接用 topic_sub 订阅(不再追加 client_id/sn 后缀)
- net_srv.c: mqtt_deserialize_publish() topic 过滤改用 g_iot_topic.topic_sub(不再硬编码 TOPIC_DEFAULT_SUBSCRIBE)
DBNMQTTool 文档:
- devlog.md: 清理过期 topic 引用语义
92 lines
767 B
Plaintext
92 lines
767 B
Plaintext
# Prerequisites
|
|
*.d
|
|
*.i
|
|
*.old
|
|
|
|
# Object files
|
|
*.o
|
|
*.ko
|
|
*.obj
|
|
*.elf
|
|
*.dep
|
|
*.TMP
|
|
*.crf
|
|
|
|
# Linker output
|
|
*.ilk
|
|
*.map
|
|
*.exp
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Libraries
|
|
*.lib
|
|
*.a
|
|
*.la
|
|
*.lo
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
*.dll
|
|
*.so
|
|
*.so.*
|
|
*.dylib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
*.i*86
|
|
*.x86_64
|
|
*.hex
|
|
|
|
# Debug files
|
|
*.dSYM/
|
|
*.su
|
|
*.idb
|
|
*.pdb
|
|
|
|
# Kernel Module Compile Results
|
|
*.mod*
|
|
*.cmd
|
|
.tmp_versions/
|
|
modules.order
|
|
Module.symvers
|
|
Mkfile.old
|
|
dkms.conf
|
|
|
|
*.crf
|
|
*.dep
|
|
*.lnp
|
|
*.htm
|
|
*.axf
|
|
*.lst
|
|
|
|
mdk_v5/
|
|
*.url
|
|
*.txt
|
|
|
|
at32_ide_proj/
|
|
*.uvguix*
|
|
*.cproject
|
|
*.project
|
|
*.template
|
|
*.wvproj
|
|
|
|
*.pdf
|
|
*.zip
|
|
*.mrs/
|
|
*.exe
|
|
*.launch
|
|
*.pdf
|
|
*.PDF
|
|
|
|
|
|
wchreference/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
|