gizmocuz

Results 47 comments of gizmocuz

@the-louie , if you look at this document, on what frequency are you allowed to transmit in your country ? What's the bandplan ? https://www.thethingsnetwork.org/docs/lorawan/frequency-plans.html

@pierrot10 , could you try to change const unsigned TX_INTERVAL = 7200; to const int32_t TX_INTERVAL = 7200;

@pierrot10 , actually the best is to define it, like `#define TX_INTERVAL 7200` I see it is used in this function, which returns a int64_t function: #define sec2osticks(sec) ((ostime_t)( (int64_t)(sec)...

Did you found the reason or a solution ?

It seems to only happen when using the default encoder, not when using nvenc or x264 Calling ::CoInitialize(nullptr); or ::CoInitializeEx(nullptr, COINIT_APARTMENTTHREADED) seems to solve this issue

Nothing is really wrong it just is more c++ and now also displays that the points should be deleted I was always learned to always declare the namespace instead of...

@jbleyel , it would be great if that could be done, maybe with some more statistics (like Continuity Counter errors) Is there a place where we can request this ?

@Fishwaldo , just to chime in on the previous question how 'Domoticz' is checking if all nodes are queried, it is doing so by expecting one of the following notifications...

@Fishwaldo , do you mean the notifications Code_Awake, Code_Sleep, Code_Dead, Code_Alive, Code_Timeout ? Yes i do handle them