Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 2bd1bd8

Browse files
author
Daniel Campora
committed
esp32/sigfox: Update modsigfox libraries to support dual core mode.
1 parent 1b2d2af commit 2bd1bd8

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

esp32/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ ifeq ($(BOARD), $(filter $(BOARD), LOPY4))
8686
endif
8787

8888
ifeq ($(BOARD), $(filter $(BOARD), SIPY))
89-
LIBS += sigfox/modsigfox.a
89+
LIBS += sigfox/modsigfox_sipy.a
9090
endif
9191

9292
B_LIBS = -Lbootloader/lib -Lbootloader -L$(BUILD)/bootloader \

esp32/sigfox/modsigfox_fipy.a

20.1 KB
Binary file not shown.

esp32/sigfox/modsigfox_lopy4.a

18.8 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)