From 52f5a730b2339232090698a76f910bd5b1dd4f85 Mon Sep 17 00:00:00 2001 From: Sylvain Quendez Date: Thu, 29 Aug 2024 15:20:22 +0200 Subject: [PATCH] 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> --- boards/m5stick-c.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/boards/m5stick-c.json b/boards/m5stick-c.json index 5c96d7e..e27d82a 100644 --- a/boards/m5stick-c.json +++ b/boards/m5stick-c.json @@ -1,15 +1,12 @@ { "build": { - "arduino":{ - "ldscript": "esp32_out.ld" - }, "core": "esp32", "extra_flags": "-DARDUINO_M5Stick_C", "f_cpu": "240000000L", "f_flash": "40000000L", "flash_mode": "dio", "mcu": "esp32", - "variant": "m5stick_c" + "variant": "m5stack_stickc" }, "connectivity": [ "wifi",