fix formatting
This commit is contained in:
parent
32303494f7
commit
d71ca25828
@ -175,16 +175,15 @@ void loop() {
|
||||
defaultValue={
|
||||
localStorage.getItem("ArduinoCode")
|
||||
? localStorage.getItem("ArduinoCode")
|
||||
: `
|
||||
#include <senseBoxIO.h> //needs to be always included
|
||||
: `#include <senseBoxIO.h> //needs to be always included
|
||||
|
||||
void setup () {
|
||||
void setup () {
|
||||
|
||||
}
|
||||
|
||||
void loop() {
|
||||
|
||||
}`
|
||||
}
|
||||
|
||||
void loop() {
|
||||
|
||||
}`
|
||||
}
|
||||
value={fileContent}
|
||||
onMount={(editor, monaco) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user