In project dir in a cmd
idf.py monitor
'''GPIO_2'''
'''GPIO_16'''

I2C | GPIO
+--------------+
| SDA | 21 |
+-------+------+
| SCL | 22 |
+-------+------+


SPI | GPIO
+--------------+
| MISO | 12 |
+-------+------+
| MOSI | 13 |
+-------+------+
| CLK | 14 |
+-------+------+
| CS | 15 |
+-------+------+
SPI | GPIO
+--------------+
| MISO | 19 |
+-------+------+
| MOSI | 23 |
+-------+------+
| CLK | 18 |
+-------+------+
| CS | 05 |
+-------+------+

{
"cocktail": {
"name": "test",
"sequence": [{
"rhum": 1,
"coco": 2
},{
"ananas": 2,
"orange": 6
}]
}
}
Sequence is an array of dict each dict is a simultaneous set and each dict have to be sorted by value increasing
{
"reboot": true
}
{
"motor": {
"id": 0,
"state": 0,
"speed": 50
}
}
{
"addWifis": {
"wifiId1" : "wifiPassword1",
"wifiId2" : "wifiPassword2",
}
}
{
"deleteWifis": [
"wifiId1",
"wifiId2"
]
}
{
"deleteAllWifis": true
}
{
"setBottles": {
"rhum" : 0,
"vodka": 1
}
}
{
"unsetBottles": [
"rhum",
"orange",
"coco"
]
}
{
"unsetAllBottles": true
}
{
"i2cScan": true
}
{
"ram": true
}
{
"showConfig": true
}