Skip to content

Commit

Permalink
Merge pull request #234 from danepowell/danepowell-patch-1-1
Browse files Browse the repository at this point in the history
Fix #229: Match Arduino flash layout
  • Loading branch information
gysmo38 authored Jan 4, 2024
2 parents ad71a8b + 53610df commit b9061cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/platformio.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
on:
push:
pull_request:
schedule:
- cron: "0 2 * * *"

Expand Down
2 changes: 2 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ board = d1_mini
framework = arduino
monitor_speed = 115200
upload_speed = 460800
; Aligns flash layout to default Arduino IDE settings
board_build.ldscript = eagle.flash.4m2m.ld

[env:ESP32DEV]
platform = espressif32
Expand Down

0 comments on commit b9061cd

Please sign in to comment.