This file contains 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
import React from 'react'; | |
import ReactDOM from 'react-dom'; | |
import ons from 'onsenui'; | |
import { | |
Navigator, | |
Page, | |
BackButton, | |
Button, |
This file contains 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
#!/bin/bash | |
# HOW TO USE: make this script next to a src directory that contains all files on the Badge (~190.5 kB) | |
# /Badge | |
# -sync.sh | |
# -src/ | |
# ----<ALL Badge files: wifi.json, etc> | |
# Make your changes locally and the script will copy them to the badge and unplug safely the badge. Restart and test your changes | |
#!/bin/bash | |
cd "$(dirname "$0")" |