-
After updating Battery Level Widget to v0.07 and Bluetooth Widget to v0.05, they were unable to load because of this error :
``Uncaught Error: If Color is a String, it must be of the form '#rrggbb'`…
-
https://github.com/espruino/Espruino/pull/1998 has just been merged allowing faster BLE transfers.
But to allow this to work for transmission we should detect if we're getting big packets back and …
-
Könnte etwas ähnliches wie dieses sein: https://github.com/espruino/Espruino/issues/1168
olell updated
3 years ago
-
I want to run my attiny85 at 4Mhz so I can be sure it will work down to 1.8V. If I select "ATtiny25/45/85 (No bootloader)" then 4Mhz is in the clock dropdown, but if I switch to "ATtiny 45/85 (Optiboo…
-
Recently while useing the Pedometer Widget I noticted that the step count seems to reset to 0. I don't know why this is happening but my guess is it is either in the way the step count is stored or ho…
-
Thanks!
i have built the The firmware based the repository https://github.com/jeffmer/Espruino, but the Version number is `espruino_2v08.447_p8 ` not the `espruino_2v08.63_p8`??
Can you tell me h…
-
Hi,
I realized that the app search is triggered after each input, see https://github.com/espruino/EspruinoAppLoaderCore/blob/7d04c488496c873f392c5a068f72a6c75df40f70/js/index.js#L656
While, on …
-
Hi,
some of the recent updates introduced "buzzing" on every key press in the launcher.
https://github.com/espruino/BangleApps/commit/6d1ac3b7c62dd92aabf029c38a16935f23b609fc#diff-994bb4ae20c0cb9d…
-
I have an issue with IR thermometer readout of the basking spot - when the lizard will go there sensor will measure avarage temperature of the rock and the lizard together dropping down the value and …
-
This code cause error in the editor but is accepted in the console:
```js
bleMac = 'd9:c7:0b:0a:48:20'; // my Puck.js
bleVendor = 0x0590; // Espruino
filterMac = [{ id:bleMac}];
filterVendor…