Skip to content

Commit c753e69

Browse files
this won't show up in the ui until next release
1 parent 03ed7ce commit c753e69

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ This plugin is also available on the Pioreactor web interface, in the _Plugins_
2828
Type into your command line:
2929

3030
```
31-
pio calibrations --device-name led_C --protocol-name led_calibration
32-
pio calibrations --device-name led_D --protocol-name led_calibration
31+
pio calibrations run --device led_C --protocol-name led_calibration
32+
pio calibrations run --device led_D --protocol-name led_calibration
3333
```
3434

3535
To perform this calibration, insert your vial containing media into the Pioreactor and submerge your light probe. Follow the prompts on the command line. The plugin will increase the light intensity, and prompt you to record the readings from your light probe. A calibration line of best fit will be generated based on your light probe readings.

led_calibration_plugin/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
from led_calibration_plugin.calibrated_light_dark_cycle import (
55
CalibratedLightDarkCycle,
66
) # noqa: F401
7+
from led_calibration_plugin.led_calibration import *

0 commit comments

Comments
 (0)