mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-30 21:12:55 +08:00
6349fc8622
node.dsleep() no longer takes options. node.output() not yet supported (needs syscall registration/chaining support) Dynamic CPU frequency changing not currently supported in the IDF. Various chip IDs not currently available/obtainable. Boot reason completely revamped in ESP32, will need new code.
8 lines
169 B
Makefile
8 lines
169 B
Makefile
-include $(PROJECT_PATH)/build/include/config/auto.conf
|
|
|
|
CFLAGS+=\
|
|
-DLUA_OPTIMIZE_MEMORY=2 \
|
|
-DMIN_OPT_LEVEL=2 \
|
|
-DLUA_OPTIMIZE_DEBUG=$(CONFIG_LUA_OPTIMIZE_DEBUG) \
|
|
|