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 dcce366 commit 986cda8Copy full SHA for 986cda8
examples/networking/mqtt/paho-mqtt/Makefile.board.dep
@@ -1,7 +1,10 @@
1
# Put board specific dependencies here
2
3
ifneq (,$(filter arch_esp,$(FEATURES_USED)))
4
- USEMODULE += esp_wifi
+ ifneq (esp32h2,$(CPU_FAM))
5
+ # ESP32-H2 doesn't have WiFi module
6
+ USEMODULE += esp_wifi
7
+ endif
8
endif
9
10
ifneq (,$(filter native native32 native64,$(BOARD)))
0 commit comments