Jac Mika
Jac Mika
Hi, I am using nRF52833, but when the family is set to NRF52, header file nrf.h sets to NRF52832 in line 93 and I cannot use GPIO over 32 (P1.x):...
Hiya, I just installed and testing SolidInvoice. Therefore, I am not sure if this is a bug. I created 3 invoices, of which 2 are recurring (ID 1 and 2)...
**Before submitting an issue** Please read this first https://github.com/billz/raspap-webgui/wiki/Reporting-issues * [x] This is a bug report * [x] I searched existing issues before opening this one * [x] I checked...
In file hal/architecture/NRF5/drivers/wdt.h line 80: `NRF_WDT->CRV = (32768*timeout)/1000; \` Setting large timeout value generating overflow error. If changed to `NRF_WDT->CRV = (uint32_t)(32.768*timeout); \` there is no overflow error anymore. Not...
Part of the list of MQTT messages is not updated, but a graph is produced fine:  Missing all +/+/+/1/+/+ PS missing part of the graph is not related to...