update library list

This commit is contained in:
Mario Pesch
2022-03-18 11:03:15 +01:00
parent 669f0c2ade
commit 49e2090b98
2 changed files with 106 additions and 57 deletions
+5 -5
View File
@@ -177,15 +177,15 @@ void loop() {
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) => {