Add files via upload

This commit is contained in:
Keb Helion 2020-02-14 00:16:04 -05:00 committed by GitHub
parent ad4abd5d54
commit 8e7d0859cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@
//print("turn on");
tablet.gotoWebScreen(APP_URL + "?version=" + Math.floor(Math.random()*50000));
tablet.gotoWebScreen(APP_URL); //+ "?version=" + Math.floor(Math.random()*50000));
tablet.webEventReceived.connect(onMoreAppWebEventReceived);
tablet.screenChanged.connect(onMoreAppScreenChanged);