Skip to content

Update pi/install.sh: latest openocd-esp32 , remove missing cw_beacon.py#8

Open
cardre wants to merge 4 commits into
SensorsIot:mainfrom
cardre:main
Open

Update pi/install.sh: latest openocd-esp32 , remove missing cw_beacon.py#8
cardre wants to merge 4 commits into
SensorsIot:mainfrom
cardre:main

Conversation

@cardre

@cardre cardre commented May 5, 2026

Copy link
Copy Markdown

Removed 'v' from OCD_VER, so can allow for simpler version updating with OCD_URL in future.

Comment thread pi/install.sh
if [ -n "$OCD_ARCH" ]; then
OCD_VER="v0.12.0-esp32-20260304"
OCD_URL="https://github.com/espressif/openocd-esp32/releases/download/${OCD_VER}/openocd-esp32-linux-${OCD_ARCH}-0.12.0-esp32-20260304.tar.gz"
#OCD_VER="v0.12.0-esp32-20260304"

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can probably remove the old version definition, but left it to show the difference with the 'v' prefix. Without the prefix, the OCD_VER can be used the two times it's needed to create the OCD_URL below.

@cardre

cardre commented May 5, 2026

Copy link
Copy Markdown
Author

This also fixes #6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant