Where to find config.ini on the Raspberry Pi 3 B+?

I just got the blue light to blink and can access the http://pioreactor.local/ software now - hurray! However I have one issue - the guide notes at step 11 that if you are using a V1.0 (which I know I am, not sure what the 20ml means), then we should “edit the config.ini”.
My question is, where do I find this file? I cannot find it at /home anywhere:

pioreactor@pioreactor01:/home $ ls pioreactor/
pioreactor@pioreactor01:/home $ 

Where should I be looking for this?

Hi @joe_pio, you should find it in the UI at http://pioreactor.local. In the sidebar, find “Configuration”. On this page, select the “config_pioreactor01.ini” file. There should be section like:

[pioreactor]
model=pioreactor_20ml
version=1.1

and we suggest you change that to:

[pioreactor]
model=pioreactor_20ml
version=1.0

And save. (We suggest doing a reboot, too)


In retrospect, this isn’t obvious from the documentation, so we’ll change it to make it more clear.

Wow, thanks for the super fast response! One other quick question coming up in a new thread to help other users (and me too!)