reset() and save() question #1719
Replies: 10 comments
-
Posted at 2016-12-11 by @MaBecker try
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-11 by ChristianW Thanks. Just tried. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-11 by @MaBecker hmm
only one line for a pinMode() coming from reset(); |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-11 by ChristianW Maybe it's the WebIDE? I played around with Settings->Communications->Save on Send.
Simple example:
Not working:
Putting this into the right hand pane finally kills the code (actually it replaces the current code by some dummy code):
Send and check:
This is strange... |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-11 by @MaBecker hmm - missing btw you should update your puck.js to 1v89 |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-11 by ChristianW I suppose |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-11 by ChristianW getting worse now after playing around with HID:
Question: |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-11 by @MaBecker check section "I saved some code and my Puck no longer works" on Puck.js |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-12 by @gfwilliams It's because of the To force it to be removed, just run |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-12 by @MaBecker Oops - was missing that - Thank Gordon ! |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-11 by ChristianW
Yesterday my 5 pucks arrived. @gordon - superb!
Started to play around a bit and just got stuck at a thing that happened to my pico before:
I tried out a demo, now I want to get rid of it.
So I connect and do this:
Call reset() to kill it:
Call save() to persist the "clean" state:
Should be gone now, or not?
But look here - still there:
So - how can I get rid of the running code?
Maybe I did not understand the concept of reset() and save() properly...
Beta Was this translation helpful? Give feedback.
All reactions