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 1d237ed commit 656704eCopy full SHA for 656704e
esp32/Makefile
@@ -76,6 +76,7 @@ LIBS = -L$(ESP_IDF_COMP_PATH)/esp32/lib -L$(ESP_IDF_COMP_PATH)/esp32/ld -L$(ESP_
76
$(ESP_IDF_COMP_PATH)/newlib/lib/libc-psram-workaround.a \
77
-lfreertos -ljson -ljsmn -llwip -lnewlib -lvfs -lopenssl -lmbedtls -lwpa_supplicant \
78
-lxtensa-debug-module -lbt -lsdmmc -lsoc -lheap -u ld_include_panic_highint_hdl \
79
+
80
ifeq ($(BOARD), $(filter $(BOARD), FIPY))
81
LIBS += sigfox/modsigfox_fipy.a
82
endif
0 commit comments