We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1693a95 commit 112d653Copy full SHA for 112d653
build_all_configs.sh
@@ -16,12 +16,12 @@ make dist BUILD_CONFIG_NAME="-arduino-esp8266" \
16
# Build configuration for arduino-esp32
17
make clean
18
make dist BUILD_CONFIG_NAME="-arduino-esp32" \
19
- CFLAGS="-DSPIFFS_OBJ_META_LEN=4"
+ CPPFLAGS="-DSPIFFS_OBJ_META_LEN=4"
20
21
# Build configuration for ESP-IDF (esp32)
22
23
make dist BUILD_CONFIG_NAME="-esp-idf" \
24
25
26
27
0 commit comments