For upload tools. (removed " [[ " tags in the first line.)

It can't upload with many luatools. Because "[[" and "]] tags using by file.write function
This commit is contained in:
alonewolfx2 2014-12-07 13:15:03 +02:00
parent bce686a8ed
commit 3e645a09b4
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
--[[
--'
-- 18b20 one wire example for NODEMCU
-- NODEMCU TEAM
-- LICENCE: http://opensource.org/licenses/MIT
-- Vowstar <vowstar@nodemcu.com>
--]]
--'
pin = 9
ow.setup(pin)
@ -53,4 +53,4 @@ else
else
print("CRC is not valid!")
end
end
end