]> hydra-www.ietfng.org Git - acmetensortoys-esp-lua_lamp/commitdiff
resolving merge conflicts. I didn't intentionally change anything in the README file...
authorRachael <srbennett@gmail.com>
Sun, 16 Oct 2016 16:37:31 +0000 (09:37 -0700)
committerRachael <srbennett@gmail.com>
Sun, 16 Oct 2016 16:37:31 +0000 (09:37 -0700)
1  2 
lamp-touch.lua

diff --cc lamp-touch.lua
index 58e6058ad36ba4a8de393d2a300e7f4603680c17,d56a9cd62545e73b8f66379e25d40813a5c82773..db8ece3b0d9fd41799e83b2d2b7d4fe3dcad7150
@@@ -134,11 -131,8 +132,9 @@@ local function ontouch(
    -- if bit.isset(down,4) then end
  
    -- draw if we've claimed it!
 +  print("ahhhh", ledfb, touchfb)
    if ledfb == touchfb then
      touchtmr:unregister()
-     print("XXXXX looking for XXXXX")
-     print(touchfnix)
      loaddrawfn(touchfns[touchfnix])(touchtmr,touchfb,touchcolorvec(touchcolor)); dodraw()
      touchtmr:start()
    end