Closed devinpearson closed 9 years ago
Couple of comments:
1 - SignalDevice example looks good
2 - uploadFirmware example change is wrong. The true
at the end signal a binary firmware file. Tinker.bin is/should be a binary file. We do neet an example for firmware source code uploads but that line change is wrong
3 - The signalDevice function definition has wrong documentation text
4 - Unless I'm wrong we can generate access tokens, we just can't set arbitrary clientIDs yet
Can you fix 2 and 3 and look into 4 and update the pull or issue another?
2 - works for me I only changed tinker.bin to tinker.cpp. I tested it before pushing 3 - fixed 4 - not sure how to set this as ive tried all the examples ive been given and whats used in the spark-cli and its not getting set. Im sure I was able to do this a year again
Added device signaling and updated readme