Upgrading the Firmware of the DIY ESP32-S3 Game Console: Updating to the Latest Official Version + Support for Chinese Display

Upgrading the Firmware of the DIY ESP32-S3 Game Console: Updating to the Latest Official Version + Support for Chinese Display

💡 原文英文,约100词,阅读约需1分钟。
📝

内容提要

在Git中,添加GitHub远程仓库,获取更新,切换到esp32s3-st7789v分支,并执行rebase操作以同步到github/dev分支。

🎯

关键要点

  • 在Git中添加GitHub远程仓库

  • 获取更新

  • 切换到esp32s3-st7789v分支

  • 执行rebase操作以同步到github/dev分支

➡️

继续阅读