pebble/third_party/jerryscript/targets/esp8266/js/main.js

5 lines
63 B
JavaScript

function sysloop(ticknow) {
blink();
};
print("main js OK");