kopia lustrzana https://github.com/pimoroni/pimoroni-pico
MicroPython: Set hostname for Enviro and Inky.
rodzic
e90ae33a99
commit
45a2e0f5b1
|
@ -6,6 +6,7 @@
|
|||
|
||||
// Enable networking.
|
||||
#define MICROPY_PY_NETWORK 1
|
||||
#define MICROPY_PY_NETWORK_HOSTNAME_DEFAULT "EnviroW"
|
||||
|
||||
// CYW43 driver configuration.
|
||||
#define CYW43_USE_SPI (1)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
// Enable networking.
|
||||
#define MICROPY_PY_NETWORK 1
|
||||
#define MICROPY_PY_NETWORK_HOSTNAME_DEFAULT "InkyW"
|
||||
|
||||
// CYW43 driver configuration.
|
||||
#define CYW43_USE_SPI (1)
|
||||
|
|
Ładowanie…
Reference in New Issue