Jac Mika

Results 5 issues of 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)...

bug

**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...

stale

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...

nRF5

Part of the list of MQTT messages is not updated, but a graph is produced fine: ![image](https://user-images.githubusercontent.com/32313960/172614092-4c4686cf-9a1e-4f25-b2f2-2c89dc9d7bba.png) Missing all +/+/+/1/+/+ PS missing part of the graph is not related to...