I know that I can find the current general settings using
let Settings = require('Storage').readJSON('setting.json', true) || {}; print('Settings',Settings);
but where do I find details of the currently configured theme?
The documentation tells us to look into a file called settings.js which sounds strange on one hand and does not exist on the other...
settings.js
@Andreas_Rozek started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I know that I can find the current general settings using
but where do I find details of the currently configured theme?
The documentation tells us to look into a file called
settings.js
which sounds strange on one hand and does not exist on the other...