micropython/ports/esp8266/boards/ESP8266_GENERIC
Glenn Moloney 9f835df35e esp32,esp8266: Rename MICROPY_ESPNOW to MICROPY_PY_ESPNOW.
For consistency with other Python-level modules.

Also add the corresponding missing preprocessor guard to esp32/modespnow.c,
so that this port compiles if MICROPY_PY_ESPNOW and MICROPY_PY_NETWORK_WLAN
are set to 0.

Fixes #12622.

Signed-off-by: Glenn Moloney <glenn.moloney@gmail.com>
2023-10-10 17:56:36 +11:00
..
_boot.py esp8266: Add board variant support. 2023-08-23 15:49:37 +10:00
board.json esp8266/boards/ESP8266_GENERIC: Add image filename. 2023-08-24 17:15:32 +10:00
board.md esp8266: Add board variant support. 2023-08-23 15:49:37 +10:00
manifest_2MiB.py esp8266/boards/ESP8266_GENERIC: Remove urllib from the 2MiB manifest. 2023-10-05 20:55:52 +11:00
manifest_512kiB.py esp8266: Add board variant support. 2023-08-23 15:49:37 +10:00
mpconfigboard.h esp8266: Add board variant support. 2023-08-23 15:49:37 +10:00
mpconfigboard.mk esp32,esp8266: Rename MICROPY_ESPNOW to MICROPY_PY_ESPNOW. 2023-10-10 17:56:36 +11:00