-
Notifications
You must be signed in to change notification settings - Fork 7
/
m5burner.json
38 lines (38 loc) · 953 Bytes
/
m5burner.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "UIFlow",
"description": "Base Micropython v1.11",
"keywords": "ESP32, Micropython",
"author": "EeeeBin",
"repository": "https://github.com/sakabin/UIFlow-Firmware",
"firmware_category": [
{
"Stack-EN": {
"path": "firmware_en",
"device": [
"M5Stack Core"
],
"default_baud": 921600
}
},
{
"Stack-CN": {
"path": "firmware_cn",
"device": [
"M5Stack Core"
],
"default_baud": 921600
}
},
{
"StickC": {
"path": "firmware_StickC",
"device": [
"M5Stack StickC"
],
"default_baud": 750000
}
}
],
"version": "1.3.2",
"framework": "Micropython"
}