nottledim
nottledim
With Number type if there is a delay of 1s or more between entering digits then all previous entry is deleted. This is discussed in #228. I would like this...
It's be nice to be able to change the icon next to button. Thx.
Nice wee module! I've learned a lot from it. Many thanks. Some minor changes you could make: - if you change function spec of log.level from ` log[x.name] = function(...)`...
I'm not having much success getting touch to work. There is one show stopper in TFT_read_touch in tft.c. There is a test for (ybottom - ytop)
First time I've seen a "goto" in code for a long time. Guess what - there a bug! in component/tft/tft.c If, for some reason the file size check (or one...
On Debian linux whenever welle.io is started it creates a new pulse audio channel which means it always uses default settings. It also does the same when moving or resizing...
I thought this might work with React Native but the bundler croaks: Unable to resolve "babel-runtime/core-js/object/get-prototype-of" from "node_modules/react-socket-io/lib/Event.js" I'm well out of my depth but if somebody knows how to...
### Describe the issue Is the charging status attribute correct? ``` car: i3 120 vin: xxx charging_status: ChargingState.CHARGING attribution: Data provided by MyBMW device_class: battery_charging icon: mdi:ev-station friendly_name: i3 120...
Recently updated arduino to 1.8.16 and installed esp 2.0.0. I now get this error: ``` Traceback (most recent call last): File "/home/dick/.arduino15/packages/esp32/tools/ulptool/src/esp32ulp_build_recipe.py", line 560, in main(sys.argv[1:]) File "/home/dick/.arduino15/packages/esp32/tools/ulptool/src/esp32ulp_build_recipe.py", line 103,...
Recently updated arduino to 1.8.16 and installed esp 2.0.0. I now get errors like this: ``` /home/dick/.arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/gcc8_4_0-esp-2021r1/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld: sketch/ulp-ds18b20s.ino.cpp.o:(.literal._Z5setupv+0x94): undefined reference to `ulp_rcode' ``` A few reports of this problem exist...