Swap cores to reduce glitches during SPI flash access
This commit is contained in:
parent
bdd8ebd123
commit
9ddb2063bb
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue