Skip to content

Commit

Permalink
0.8.13
Browse files Browse the repository at this point in the history
* fix pinout
  • Loading branch information
lumapu committed Nov 28, 2023
1 parent ca0698f commit d0e7609
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/getVersion.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def readVersion(path, infile):
os.mkdir(path + "firmware/ESP32/")
os.mkdir(path + "firmware/ESP32-S2/")
os.mkdir(path + "firmware/ESP32-S3/")
os.mkdir(path + "firmware/ESP32-S3-ETH/")
sha = os.getenv("SHA",default="sha")

versionout = version[:-1] + "_" + sha + "_esp8266.bin"
Expand Down
3 changes: 2 additions & 1 deletion src/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ build_flags = ${env.build_flags}
-DDEF_ETH_SCK_PIN=39
-DDEF_ETH_MISO_PIN=41
-DDEF_ETH_MOSI_PIN=40
-DDEF_ETH_IRQ_PIN=43
-DDEF_ETH_IRQ_PIN=44
-DDEF_ETH_RST_PIN=43
-DDEF_NRF_CS_PIN=37
-DDEF_NRF_CE_PIN=38
-DDEF_NRF_IRQ_PIN=47
Expand Down

0 comments on commit d0e7609

Please sign in to comment.