Skip to content

Commit 065a730

Browse files
author
vsky
committed
luacheck_config.lua update
1 parent 1ccdb8f commit 065a730

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tools/luacheck_config.lua

+9
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,15 @@ stds.nodemcu_libs = {
112112
temp = empty
113113
}
114114
},
115+
bme280_math = {
116+
fields = {
117+
altitude = empty,
118+
dewpoint = empty,
119+
qfe2qnh = empty,
120+
read = empty,
121+
setup = empty
122+
}
123+
},
115124
bme680 = {
116125
fields = {
117126
altitude = empty,

0 commit comments

Comments
 (0)