Žygimantas Jasiūnas

Results 5 issues of Žygimantas Jasiūnas

Is there a way to update only one value inside the struct object instead of updating them all? I've tried something like: ``` settings.saved = true; flashStore.write(settings.saved); ``` Getting error:...

How to find a correct ``` ASUS_VENDOR_ID = 0x0B05 ASUS_PRODUCT_ID = 0x1869 ``` When I run the code it gives me following error: `usb.core.NoBackendError: No backend available`

I was trying to connect PZEM004 to Arduino nano 33 IoT board, and this library is using SofwareSerial.h, I tried to dig deeper, and Nano 33 IoT does not use...

If you try to select a year that is before 1980, you first have to click on the date and then click again to have updated year list, this could...

![err](https://user-images.githubusercontent.com/25286979/63279107-51890180-c2a0-11e9-8690-0cca2c76438d.png) When there is no data given it throws an error, how to fix this?