Fixed board m5stick-c (#26)
* Update m5stick-c.json with the correct variant * Update m5stick-c.json --------- Co-authored-by: Jason2866 <24528715+Jason2866@users.noreply.github.com>
This commit is contained in:
@@ -1,15 +1,12 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"arduino":{
|
|
||||||
"ldscript": "esp32_out.ld"
|
|
||||||
},
|
|
||||||
"core": "esp32",
|
"core": "esp32",
|
||||||
"extra_flags": "-DARDUINO_M5Stick_C",
|
"extra_flags": "-DARDUINO_M5Stick_C",
|
||||||
"f_cpu": "240000000L",
|
"f_cpu": "240000000L",
|
||||||
"f_flash": "40000000L",
|
"f_flash": "40000000L",
|
||||||
"flash_mode": "dio",
|
"flash_mode": "dio",
|
||||||
"mcu": "esp32",
|
"mcu": "esp32",
|
||||||
"variant": "m5stick_c"
|
"variant": "m5stack_stickc"
|
||||||
},
|
},
|
||||||
"connectivity": [
|
"connectivity": [
|
||||||
"wifi",
|
"wifi",
|
||||||
|
|||||||
Reference in New Issue
Block a user