File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ CFLAGS = $(INC) -Wall -Wpointer-arith -Werror -ansi -std=gnu99 -nostdlib -DUART_
3434 $(CFLAGS_XTENSA ) $(COPT ) $(CFLAGS_EXTRA )
3535
3636LDFLAGS = -nostdlib -T esp8266.ld -Map=$(@:.elf=.map ) --cref
37- LIBS = -L$(ESP_SDK ) /lib -lmain -ljson -llwip -lpp -lnet80211 -lwpa -lphy -lnet80211
37+ LIBS = -L$(ESP_SDK ) /lib -lmain -ljson -lssl - llwip -lpp -lnet80211 -lwpa -lphy -lnet80211
3838
3939LIBGCC_FILE_NAME = $(shell $(CC ) $(CFLAGS ) -print-libgcc-file-name)
4040LIBS += -L$(dir $(LIBGCC_FILE_NAME ) ) -lgcc
Original file line number Diff line number Diff line change 3737#define MICROPY_PY_SYS_STDFILES (1)
3838#define MICROPY_PY_UBINASCII (1)
3939#define MICROPY_PY_UCTYPES (1)
40+ #define MICROPY_PY_UHASHLIB (1)
41+ #define MICROPY_PY_UHASHLIB_SHA1 (1)
4042#define MICROPY_PY_UJSON (1)
4143#define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
4244#define MICROPY_CPYTHON_COMPAT (0)
You can’t perform that action at this time.
0 commit comments