I am facing the challenge of developing a ctrlX app without using the app build environment. The app's purpose is to operate a hardware component.
During development, I need to have access to this hardware. I cannot reach the hardware within the app build environment, which is why I am currently developing on an Ubuntu 22.04 computer.
Can anyone provide tips? Is it reasonable to develop an app without the app build environment? What should I consider when working outside of the app build environment?
Thank you in advance!