Replace our experimental configs with the board config(s) from the (as yet unmerged) Pico 2 W changes branch.
7 lines
283 B
C
7 lines
283 B
C
// Board and hardware specific configuration
|
|
#define MICROPY_HW_BOARD_NAME "Raspberry Pi Pico 2 W"
|
|
#define MICROPY_HW_FLASH_STORAGE_BYTES (PICO_FLASH_SIZE_BYTES - 1024 * 1024)
|
|
|
|
#define MICROPY_PY_NETWORK_HOSTNAME_DEFAULT "Pico2W"
|
|
|
|
#include "enable_cyw43.h" |