Skip to content

Commit d12eb62

Browse files
adding echo about moving ui foldeR
1 parent ddfbb0d commit d12eb62

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ obs_std=1.5
1212
od_std=0.0025
1313
rate_std=0.25
1414
```
15+
**Note: the acceleration term is removed**
1516
- New image installs only:
1617
- updated base OS to the latest 25-05-06 Raspberry Pi OS. The big change is using Linux kernel 6.12.
1718
- Added the column `hours_since_experiment_created` to dataset exports that details hours since experiment was created.
@@ -22,7 +23,7 @@ rate_std=0.25
2223
- alert user if their OD reading is constant before starting the growth-rate calculator, which would break things.
2324
- alert user if their software is installed in a non-standard location. If so, try `pio uninstall pioreactor -y`.
2425
- Added a warning if the OD calibration is invalid (ex: a constant line)
25-
26+
- Fix for Raspberry Pi 5 using upstream Adafruit libraries.
2627

2728

2829

pioreactor/cli/pio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ def update_app(
382382
(f"sudo bash {tmp_rls_dir}/pre_update.sh", 2),
383383
(f"sudo bash {tmp_rls_dir}/update.sh", 4),
384384
(f"sudo bash {tmp_rls_dir}/post_update.sh", 20),
385+
(f'echo "moving {tmp_rls_dir}/pioreactorui_*.tar.gz to {tmp_dir}/pioreactorui_archive.tar.gz"', 97),
385386
(f"mv {tmp_rls_dir}/pioreactorui_*.tar.gz {tmp_dir}/pioreactorui_archive.tar.gz", 98), # move ui folder to be accessed by a `pio update ui`
386387
(f"sudo rm -rf {tmp_rls_dir}", 99),
387388
]

0 commit comments

Comments
 (0)