Skip to content

Commit

Permalink
Merge pull request #1065 from BauerPh/patch-1
Browse files Browse the repository at this point in the history
Update Luani Module to 1MB Flash
  • Loading branch information
xoseperez authored Jul 20, 2018
2 parents 34a8682 + 7eb9746 commit 38fa129
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2040,22 +2040,22 @@ extra_scripts = ${common.extra_scripts}
[env:luani-hvio]
platform = ${common.platform}
framework = ${common.framework}
board = ${common.board_4m}
board = ${common.board_1m}
board_build.flash_mode = ${common.flash_mode}
lib_deps = ${common.lib_deps}
lib_ignore = ${common.lib_ignore}
build_flags = ${common.build_flags_4m1m} -DLUANI_HVIO
build_flags = ${common.build_flags_1m0m} -DLUANI_HVIO
monitor_speed = ${common.monitor_speed}
extra_scripts = ${common.extra_scripts}

[env:luani-hvio-ota]
platform = ${common.platform}
framework = ${common.framework}
board = ${common.board_4m}
board = ${common.board_1m}
board_build.flash_mode = ${common.flash_mode}
lib_deps = ${common.lib_deps}
lib_ignore = ${common.lib_ignore}
build_flags = ${common.build_flags_4m1m} -DLUANI_HVIO
build_flags = ${common.build_flags_1m0m} -DLUANI_HVIO
upload_speed = ${common.upload_speed}
upload_port = ${common.upload_port}
upload_flags = ${common.upload_flags}
Expand Down

0 comments on commit 38fa129

Please sign in to comment.