File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "arduino" : {
4
+ "ldscript" : " esp32s3_out.ld"
5
+ },
6
+ "core" : " esp32" ,
7
+ "extra_flags" : [
8
+ " -DARDUINO_BeeDataLogger" ,
9
+ " -DARDUINO_RUNNING_CORE=1" ,
10
+ " -DARDUINO_EVENT_RUNNING_CORE=1" ,
11
+ " -DARDUINO_USB_CDC_ON_BOOT=1"
12
+ ],
13
+ "f_cpu" : " 240000000L" ,
14
+ "f_flash" : " 80000000L" ,
15
+ "flash_mode" : " qio" ,
16
+ "hwids" : [
17
+ [
18
+ " 0x303A" ,
19
+ " 0x815C"
20
+ ]
21
+ ],
22
+ "mcu" : " esp32s3" ,
23
+ "variant" : " Bee_Data_Logger"
24
+ },
25
+ "connectivity" : [
26
+ " bluetooth" ,
27
+ " wifi"
28
+ ],
29
+ "debug" : {
30
+ "openocd_target" : " esp32s3.cfg"
31
+ },
32
+ "frameworks" : [
33
+ " arduino" ,
34
+ " espidf"
35
+ ],
36
+ "name" : " Smart Bee Data Logger" ,
37
+ "upload" : {
38
+ "flash_size" : " 8MB" ,
39
+ "maximum_ram_size" : 327680 ,
40
+ "maximum_size" : 8388608 ,
41
+ "use_1200bps_touch" : true ,
42
+ "wait_for_upload_port" : true ,
43
+ "require_upload_port" : true ,
44
+ "speed" : 460800
45
+ },
46
+ "url" : " https://github.com/strid3r21/Bee-Data-Logger" ,
47
+ "vendor" : " Smart Bee"
48
+ }
You can’t perform that action at this time.
0 commit comments