Thomas Mørch
Thomas Mørch
I don't seem to have this issue.. My chromecasts live in a separate IoT vlan (192.168.3.xx) and my laptop is living in 192.168.4.xx. I can control / get status from...
Yes, I was only focusing on using the external eeprom when I made the initial samd support, so emulated eeprom was never made. We should support the emulated part, but...
If I'm not totally wrong, our build pipeline generate the zip file, so perhaps we just need to look at that, to exclude unwanted objects in our build artifact.
Writes is halted in SERCOM module under arduino, when writing single bytes to the eeprom.
We are not initializing HW propperly, when using MY_CORE_ONLY, so I2C bus is not working
To answer some of your questions, yes we are rendering 30k nodes, but this is after we have fetched all data with useQueries, as we use the `combine` feature to...
Trying with the code below, and react-datepicker @6.2.0, I have no problem in entering date manually, and doesn't reset to todays date? ```ts import { useState } from 'react'; import...
@KarlK90 Tried your PR, but doesn't make any change. Keyboard is still dead until i unplug / plug it, after powering on the pc.
Further debugging (on linux), it seems that it only happens when doing a cold boot. If I just reboot the computer the keyboard enumerates correctly on the USB port. But...
@sigprof even though that it doesn't make sense (reading the docs about SPLIT_WATCHDOG_ENABLE) it actually fixed the issue. According to the docs, it resets the _slave_ but in my case...