File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "arduino" :{
4
+ "ldscript" : " esp32_out.ld" ,
5
+ "partitions" : " default_8MB.csv"
6
+ },
7
+ "core" : " esp32" ,
8
+ "extra_flags" : " -DARDUINO_HELTEC_WIFI_KIT_32" ,
9
+ "f_cpu" : " 240000000L" ,
10
+ "f_flash" : " 40000000L" ,
11
+ "flash_mode" : " dio" ,
12
+ "mcu" : " esp32" ,
13
+ "variant" : " heltec_wifi_kit_32"
14
+ },
15
+ "connectivity" : [
16
+ " wifi" ,
17
+ " bluetooth" ,
18
+ " ethernet" ,
19
+ " can"
20
+ ],
21
+ "frameworks" : [
22
+ " arduino" ,
23
+ " espidf"
24
+ ],
25
+ "name" : " Heltec WiFi Kit 32 (V2)" ,
26
+ "upload" : {
27
+ "flash_size" : " 8MB" ,
28
+ "maximum_ram_size" : 327680 ,
29
+ "maximum_size" : 8388608 ,
30
+ "require_upload_port" : true ,
31
+ "speed" : 460800
32
+ },
33
+ "url" : " http://www.heltec.cn/project/wifi-kit-32/?lang=en" ,
34
+ "vendor" : " Heltec Automation"
35
+ }
You can’t perform that action at this time.
0 commit comments