mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
emulation on host: Add base64 decode library to mock files (#5764)
Fixes missing symbols during linking of sketches that use them.
This commit is contained in:
parent
e721089e60
commit
2be374cc6c
@ -63,6 +63,7 @@ CORE_CPP_FILES := $(addprefix $(CORE_PATH)/,\
|
|||||||
spiffs/spiffs_hydrogen.cpp \
|
spiffs/spiffs_hydrogen.cpp \
|
||||||
spiffs/spiffs_nucleus.cpp \
|
spiffs/spiffs_nucleus.cpp \
|
||||||
libb64/cencode.cpp \
|
libb64/cencode.cpp \
|
||||||
|
libb64/cdecode.cpp \
|
||||||
Schedule.cpp \
|
Schedule.cpp \
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user