You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include TEXT1 in generated bins, avoid boot loop (#144)
The Arduino 8266 code recently split .text into .text and .text1 to
enable placing certain functions in IRAM automatically (required for
callbacks in IRQs).
Update the binary creation and size calculation to account for this.
Without this change, infinite boot loops will occur because the main
code will never be uploaded to the chip.
Fixes#143
0 commit comments