Compile with gitpod.io

Hi,
has anyone already compiled OMG through the fantastic gitpod.io environment?
Can’t seem to get it to work unfortunately!

https://gitpod.io#https://github.com/1technophile/OpenMQTTGateway

Let me reply to myself… (in case of someone want to compile on gitpod also instead of installing IDE, platformio,… by yourself.

Go to:
https://gitpod.io/#https://github.com/1technophile/OpenMQTTGateway

in terminal:
pip install platformio

edit platformio.ini to your likings (or make your own prod_env.ini) and run:
pio run

That’s it!! :slight_smile:

1 Like

Thanks for the tip, i didn’t know this tool. It will be worth adding it to the docs.