Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DmytroKorniienko committed Jul 27, 2021
2 parents 5b718f8 + 8f9b054 commit f583432
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions examples/01_ex_generic/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ monitor_filters = esp8266_exception_decoder
[env:esp32_release]
platform = espressif32
board = wemos_d1_mini32
board_build.partitions = esp32_4MiB.csv
build_flags =
${extra32.build_flags}
-DCONFIG_LITTLEFS_FOR_IDF_3_2
Expand All @@ -151,6 +152,7 @@ extra_scripts = replace_fs.py
[env:esp32_release_debug]
platform = espressif32
board = wemos_d1_mini32
board_build.partitions = esp32_4MiB.csv
build_flags =
${extra32.build_flags}
-DCONFIG_LITTLEFS_FOR_IDF_3_2
Expand All @@ -164,6 +166,7 @@ extra_scripts = replace_fs.py
[env:esp32_dev_debug]
platform = espressif32
board = wemos_d1_mini32
board_build.partitions = esp32_4MiB.csv
framework = arduino
board_build.filesystem = littlefs
build_flags =
Expand Down
3 changes: 3 additions & 0 deletions examples/02_sensors/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ monitor_filters = esp8266_exception_decoder
[env:esp32_release]
platform = espressif32
board = wemos_d1_mini32
board_build.partitions = esp32_4MiB.csv
build_flags =
${extra32.build_flags}
-DCONFIG_LITTLEFS_FOR_IDF_3_2
Expand All @@ -151,6 +152,7 @@ extra_scripts = replace_fs.py
[env:esp32_release_debug]
platform = espressif32
board = wemos_d1_mini32
board_build.partitions = esp32_4MiB.csv
build_flags =
${extra32.build_flags}
-DCONFIG_LITTLEFS_FOR_IDF_3_2
Expand All @@ -164,6 +166,7 @@ extra_scripts = replace_fs.py
[env:esp32_dev_debug]
platform = espressif32
board = wemos_d1_mini32
board_build.partitions = esp32_4MiB.csv
framework = arduino
board_build.filesystem = littlefs
build_flags =
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name=EmbUI framework
name=EmbUI
version=2.4.7
author=Dmytro Korniienko, Anton Zolotarev, Emil Muratov <gpm@hotplug.ru>
maintainer=https://github.com/DmytroKorniienko
Expand Down

0 comments on commit f583432

Please sign in to comment.