File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "arduino" :{
4
+ "ldscript" : " esp32_out.ld"
5
+ },
6
+ "core" : " esp32" ,
7
+ "extra_flags" : " -DARDUINO_SG_O_AIRMON_ESP32" ,
8
+ "f_cpu" : " 240000000L" ,
9
+ "f_flash" : " 40000000L" ,
10
+ "flash_mode" : " dio" ,
11
+ "mcu" : " esp32" ,
12
+ "variant" : " esp32"
13
+ },
14
+ "connectivity" : [
15
+ " wifi" ,
16
+ " bluetooth" ,
17
+ " ethernet" ,
18
+ " can"
19
+ ],
20
+ "debug" : {
21
+ "openocd_board" : " esp-wroom-32.cfg"
22
+ },
23
+ "frameworks" : [
24
+ " arduino" ,
25
+ " espidf"
26
+ ],
27
+ "platforms" : [
28
+ " espressif32"
29
+ ],
30
+ "name" : " SG-O AirMon" ,
31
+ "upload" : {
32
+ "flash_size" : " 4MB" ,
33
+ "maximum_ram_size" : 327680 ,
34
+ "maximum_size" : 4194304 ,
35
+ "require_upload_port" : true ,
36
+ "speed" : 460800
37
+ },
38
+ "url" : " https://github.com/SG-O/airMon" ,
39
+ "vendor" : " SG-O"
40
+ }
You can’t perform that action at this time.
0 commit comments