From 3e645a09b43fb9bfd561395cc2e5e44c1744cd34 Mon Sep 17 00:00:00 2001 From: alonewolfx2 Date: Sun, 7 Dec 2014 13:15:03 +0200 Subject: [PATCH] For upload tools. (removed " [[ " tags in the first line.) It can't upload with many luatools. Because "[[" and "]] tags using by file.write function --- examples/ds18b20.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/ds18b20.lua b/examples/ds18b20.lua index c7486a6e..ed728bbc 100644 --- a/examples/ds18b20.lua +++ b/examples/ds18b20.lua @@ -1,9 +1,9 @@ ---[[ +--' -- 18b20 one wire example for NODEMCU -- NODEMCU TEAM -- LICENCE: http://opensource.org/licenses/MIT -- Vowstar ---]] +--' pin = 9 ow.setup(pin) @@ -53,4 +53,4 @@ else else print("CRC is not valid!") end -end \ No newline at end of file +end