This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Keybase proof | |
| I hereby claim: | |
| * I am zsup on github. | |
| * I am zs (https://keybase.io/zs) on keybase. | |
| * I have a public key whose fingerprint is 392A 4266 55AC 9C51 4A1A 8ABA ADD8 05EB 53FC DDC1 | |
| To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Slay and pillage an unprotected network! ...oh, we can't do that? | |
| * Ok, let's publish an event instead, to a backdrop of flashing lights and | |
| * clashing of metal on metal. | |
| */ | |
| void vanquishOpenNetwork() { | |
| if (!openNetworkCount || !strongest.rssi) | |
| return; | |
| RGB.control(false); // allow the system to control the LED so we can see cloud connection progress | |
| makeSound(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| npm install serialport | |
| - | |
| > [email protected] install /Users/zsupalla/Dropbox (Spark)/Software/Code/spark-cli/node_modules/serialport | |
| > node-pre-gyp install --fallback-to-build | |
| child_process: customFds option is deprecated, use stdio instead. | |
| CXX(target) Release/obj.target/serialport/src/serialport.o | |
| CXX(target) Release/obj.target/serialport/src/serialport_unix.o | |
| ../src/serialport_unix.cpp:663:20: warning: comparison of array 'device.locationId' not equal to a null pointer is always true [-Wtautological-pointer-compare] | |
| if (device.locationId != NULL) { |
OlderNewer