indentation changes + sketch.yaml added (for arduino-cli)
This commit is contained in:
parent
83fdb707ef
commit
b50946cabd
11 changed files with 680 additions and 668 deletions
2
faa_button/sketch.yaml
Normal file
2
faa_button/sketch.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
default_fqbn: esp8266:esp8266:nodemcuv2:baud=460800
|
||||||
|
default_port: /dev/tty.SLAB_USBtoUART
|
||||||
2
faa_piano/sketch.yaml
Normal file
2
faa_piano/sketch.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
default_fqbn: esp8266:esp8266:nodemcuv2:baud=460800
|
||||||
|
default_port: /dev/tty.SLAB_USBtoUART
|
||||||
2
faa_roller/sketch.yaml
Normal file
2
faa_roller/sketch.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
default_fqbn: esp8266:esp8266:nodemcuv2:baud=460800
|
||||||
|
default_port: /dev/tty.SLAB_USBtoUART
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
//============<identities>============
|
//============<identities>============
|
||||||
#define MY_GROUP_ID (1000)
|
#define MY_GROUP_ID (1000)
|
||||||
#define MY_ID (MY_GROUP_ID + 1)
|
#define MY_ID (MY_GROUP_ID + 777)
|
||||||
#define MY_SIGN ("TAAK")
|
#define MY_SIGN ("TAAK")
|
||||||
//============</identities>============
|
//============</identities>============
|
||||||
|
|
||||||
|
|
|
||||||
2
faa_taak/sketch.yaml
Normal file
2
faa_taak/sketch.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
default_fqbn: esp8266:esp8266:nodemcuv2:baud=460800
|
||||||
|
default_port: /dev/tty.SLAB_USBtoUART
|
||||||
2
faa_tone/sketch.yaml
Normal file
2
faa_tone/sketch.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
default_fqbn: esp8266:esp8266:nodemcuv2:baud=460800
|
||||||
|
default_port: /dev/tty.SLAB_USBtoUART
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
//============<identities>============
|
//============<identities>============
|
||||||
#define MY_GROUP_ID (6000)
|
#define MY_GROUP_ID (6000)
|
||||||
#define MY_ID (MY_GROUP_ID + 1)
|
#define MY_ID (MY_GROUP_ID + 3)
|
||||||
#define MY_SIGN ("VOLUME")
|
#define MY_SIGN ("VOLUME")
|
||||||
//============</identities>============
|
//============</identities>============
|
||||||
|
|
||||||
|
|
|
||||||
2
faa_volume/sketch.yaml
Normal file
2
faa_volume/sketch.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
default_fqbn: esp8266:esp8266:nodemcuv2:baud=460800
|
||||||
|
default_port: /dev/tty.SLAB_USBtoUART
|
||||||
Loading…
Reference in a new issue