Skip to content

Commit

Permalink
lib-builder: Use arduino-esp32 release/v2.x branch for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtrbt committed Apr 11, 2024
1 parent 5f5e2bc commit 4230431
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions software/lib-builder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ Press S Enter to write sdkconfig (don't change the filename!), ~/esp32-firmware/
### Add built libs to arduino-esp32 Repo:

(git clone https://github.com/Tinkerforge/arduino-esp32)
Go to https://github.com/Tinkerforge/arduino-esp32 and click "sync fork" (so that our master == espressif's master)
Go to https://github.com/Tinkerforge/arduino-esp32, switch to "release/v2.x" and click "sync fork" (so that our "release/v2.x" == espressif's "release/v2.x")
cd ~/arduino-esp32
git switch master
git switch release/v2.x
git pull
git checkout -b warp-x.y.z (or warp2-x.y.z for ESP32 Ethernet Brick)
rm platform.txt
Expand All @@ -85,7 +85,7 @@ Press S Enter to write sdkconfig (don't change the filename!), ~/esp32-firmware/

### Push arduino-esp32

git push -u origin warp-x.y.z
git push -u origin warp-x.y.z (or warp2-x.y.z for ESP32 Ethernet Brick)

### Update packages

Expand Down

0 comments on commit 4230431

Please sign in to comment.