We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202b119 commit 15473a3Copy full SHA for 15473a3
ports/rp2/boards/RPI_PICO2_W/mpconfigboard.h
@@ -2,4 +2,6 @@
2
#define MICROPY_HW_BOARD_NAME "Raspberry Pi Pico 2 W"
3
#define MICROPY_HW_FLASH_STORAGE_BYTES (PICO_FLASH_SIZE_BYTES - 1024 * 1024)
4
5
+#define MICROPY_PY_NETWORK_HOSTNAME_DEFAULT "Pico2W"
6
+
7
#include "enable_cyw43.h"
ports/rp2/boards/RPI_PICO_W/mpconfigboard.h
@@ -4,4 +4,6 @@
// todo: We need something to check our binary size
#define MICROPY_HW_FLASH_STORAGE_BYTES (848 * 1024)
+#define MICROPY_PY_NETWORK_HOSTNAME_DEFAULT "PicoW"
8
9
0 commit comments