Skip to content

Commit 854ff48

Browse files
author
vsky
committed
luacheck_config.lua update
1 parent 1ccdb8f commit 854ff48

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tools/luacheck_config.lua

+8
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,14 @@ stds.nodemcu_libs = {
111111
startreadout = empty,
112112
temp = empty
113113
}
114+
bme280_math = {
115+
fields = {
116+
altitude = empty,
117+
dewpoint = empty,
118+
qfe2qnh = empty,
119+
read = empty,
120+
setup = empty
121+
}
114122
},
115123
bme680 = {
116124
fields = {

0 commit comments

Comments
 (0)