Swap cores to reduce glitches during SPI flash access
This commit is contained in:
parent
bdd8ebd123
commit
9ddb2063bb
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue