From 9ddb2063bbb94e48b48fb03cadaa7e1effb7f207 Mon Sep 17 00:00:00 2001 From: Thomas Kolb Date: Sat, 14 Dec 2019 23:56:04 +0100 Subject: [PATCH] Swap cores to reduce glitches during SPI flash access --- include/coreids.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/coreids.h b/include/coreids.h index 60b78a5..c1b0cb8 100644 --- a/include/coreids.h +++ b/include/coreids.h @@ -1,5 +1,5 @@ #pragma once -#define CORE_ID_LED 1 -#define CORE_ID_WEBSERVER 0 -#define CORE_ID_UPDATESERVER 0 +#define CORE_ID_LED 0 +#define CORE_ID_WEBSERVER 1 +#define CORE_ID_UPDATESERVER 1