Skip to content

Commit

Permalink
Merge pull request arendst#4618 from Jason2866/patch-1
Browse files Browse the repository at this point in the history
Add LwIP 2 no features (Low Flash)
  • Loading branch information
arendst authored Dec 13, 2018
2 parents a19ac81 + 310f806 commit 651005c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ build_flags =
; -DPIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
; lwIP 2 - Higher Bandwitdh
-DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH
; lwIP 2 - Higher Bandwitdh no Features
; -DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH_LOW_FLASH
; lwIP 2 - Higher Bandwitdh Low Memory no Features
; -DPIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY_LOW_FLASH
; VTABLES in Flash (default)
-DVTABLES_IN_FLASH
; VTABLES in Heap
Expand Down

0 comments on commit 651005c

Please sign in to comment.