Merge pull request #8259 from jepler/pycam-auto-reserve-memory

set reserved psram for pycamera
This commit is contained in:
Scott Shawcroft 2023-08-04 09:41:59 -07:00 committed by GitHub
commit 6e440abd76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,3 +40,5 @@
#define DEFAULT_SPI_BUS_MISO (&pin_GPIO37)
#define DOUBLE_TAP_PIN (&pin_GPIO42)
#define DEFAULT_RESERVED_PSRAM (1048576)