Skip to content

Instantly share code, notes, and snippets.

@sidwarkd
Created August 5, 2017 02:28
Show Gist options
  • Save sidwarkd/26e6d8764a94268e74425c5869087fb1 to your computer and use it in GitHub Desktop.
Save sidwarkd/26e6d8764a94268e74425c5869087fb1 to your computer and use it in GitHub Desktop.
Particle Dev Missing Compiler Errors
String s = "WTF?"
void setup() {
}
void loop() {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment