mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-16 20:52:57 +08:00
193fe3593e
* Allow configuration of debugOutput to be performed * don't send to own IP or update own data * Use same socket to send and receive. Avoid problems in many opened and closed sockets to send * Add callback for REMOVEed hosts * Send broascast messages if seedList is empty * Adapt yeelink to new luacheck rules * Fix building of luac.cross for win to win2019 and VS 2019
40 lines
432 B
Plaintext
40 lines
432 B
Plaintext
sdk/
|
|
cache/
|
|
user_config.h
|
|
server-ca.crt
|
|
sdkconfig
|
|
sdkconfig.old*
|
|
build/
|
|
components/*/.output/
|
|
tools/toolchains
|
|
extmods.ini
|
|
.ccache
|
|
bin
|
|
|
|
.gdb_history
|
|
app/lua/.std
|
|
app/lua53/.std
|
|
sdk/
|
|
local/
|
|
luac.cross
|
|
luac.cross.int
|
|
uz_unzip
|
|
uz_zip
|
|
|
|
#ignore Eclipse project files
|
|
.cproject
|
|
.project
|
|
.settings/
|
|
|
|
# ignore VS Code files
|
|
.vscode/**
|
|
# ignore VS files
|
|
.vs/**
|
|
|
|
# ignore IDEA files
|
|
.idea
|
|
*.iml
|
|
|
|
#ignore temp file for build infos
|
|
buildinfo.h
|