Skip to content

Commit

Permalink
fix qio patch
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaDev committed Jan 26, 2024
1 parent 6817b66 commit 853ae7e
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions patches/qio.patch
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
diff --git a/platformio.ini b/platformio.ini
index ad8169a..604c8c0 100644
--- a/platformio.ini
+++ b/platformio.ini
@@ -190,6 +190,7 @@ build_flags = ${env.build_flags}

[env:lolin_s2_mini]
board = lolin_s2_mini
+board_build.flash_mode = qio
build_flags = ${env.build_flags}
-DHOYMILES_PIN_MISO=13
-DHOYMILES_PIN_MOSI=11
index ad8169a..604c8c0 100644
--- a/platformio.ini
+++ b/platformio.ini
@@ -190,6 +190,7 @@ build_flags = ${env.build_flags}

[env:lolin_s2_mini]
board = lolin_s2_mini
+board_build.flash_mode = qio
build_flags = ${env.build_flags}
-DHOYMILES_PIN_MISO=13
-DHOYMILES_PIN_MOSI=11

0 comments on commit 853ae7e

Please sign in to comment.