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:
Sylvain Quendez
2024-08-29 15:20:22 +02:00
committed by GitHub
parent 76b271062b
commit 52f5a730b2
+1 -4
View File
@@ -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",