Haimiko

Results 24 comments of Haimiko

Just mistakenly deleted my application as well. Luckily I backup all my devices.

The select device check boxes are misleading. Makes you think that you can delete only one. Then you realize that you just deleted your application along with all the applications...

That's only for the RFM95 VCC. The other Nano digital pins are 5v only. You either need to use a Logic converter or convert the nano to run in 3.3v...

Here you go. Have a look at that. [NanoLoRaRFM95_3vCompat.zip](https://github.com/CongducPham/LowCostLoRaGw/files/6804388/NanoLoRaRFM95_3vCompat.zip)

Yes. Logical. Unfortunately, some unknowing bystander may try to use the nano and destroy their radio ;) . On Mon, Jul 12, 2021 at 11:51 PM Congduc Pham ***@***.***> wrote:...

I've thought of that as well, only I'm unsure how to tie in the jwt username verification into the mysql auth plugin. I will experiment .

In the sip_to, is the is username-password@sipurl:port ?

Guess I'll have to use a windows client. I tried using an Android client but i have yet to find one that will accept a passwordless SIP config. My goal...

Awesome news. Will have a go. Keep us posted on your progress. On Mon, Apr 24, 2017 at 1:53 PM, Gregory Benner wrote: > Okay, i'm finally beginning to get...

Found the fix. Added the following lines after line 221 in the camera.cpp file. ``` message->capture->set(cv::CAP_PROP_FRAME_WIDTH, message->width); message->capture->set(cv::CAP_PROP_FRAME_HEIGHT, message->height); ```