Air bubbler dodging spectrometer readings

We are using both the air bubbler and spectrometer plugins.

At the moment, both the air bubbler and spectrometer readings dodge the OD readings. However, I would also like the air bubbler to dodge the spectrometer readings. Would it be possible to change the delay parameters to achieve this? Or do you have another suggestion?

We are currently using these configurations:

[air_bubbler.config]
duty_cycle=12
hertz=200
pre_delay_duration=1.5
post_delay_duration=0.75
enable_dodging_od=1
[spectrometer_reading.config]                                                                                                                     
post_delay_duration=0.8
pre_delay_duration=0.8
enable_dodging_od=1
led_current_mA=5
turn_off_leds_during_reading=1
always_keep_led_on=0

If I recall (and am reading the code) correctly, the spec takes a shot after the OD reading (actually, it waits post_delay_duration=0.8 seconds and then takes a snapshot). So we just need the air bubbler to wait longer than that before starting up again. Try modifying the post_delay_duration on the airbubbler from 0.75 to something like 1.0, or even higher, if needed.

[air_bubbler.config]
duty_cycle=12
hertz=200
pre_delay_duration=1.5
post_delay_duration=1.0
enable_dodging_od=1

Thanks, I will give it a try!