OpenSprinkler › Forums › Hardware Questions › Expansion board and computer board only › Reply To: Expansion board and computer board only
March 7, 2018 at 8:41 pm
#49301
Samer
Keymaster
The application is just a web app that’s packaged for native using Cordova on Android/iOS. The code is basically all inside js/main.js
. Debugging will be done by using the developer tools available in Chrome (works both locally and from Cordova via chrome://inspect
).
Hope this helps!