morrowwm

Results 12 comments of morrowwm

Thank you for the solution CyborgAndy. Adding those two lines: ``` const uint8_t fingerprint[20] = { 0xBB, 0xDC, 0x45, 0x2A, 0x07, 0xE3, 0x4A, 0x71, 0x33, 0x40, 0x32, 0xDA, 0xBE, 0x81,...

You might post the code you are trying to fix. In general though: put this line `const uint8_t fingerprint[20] = { 0xBB, 0xDC, 0x45, 0x2A, 0x07, 0xE3, 0x4A, 0x71, 0x33,...

Here is your code with the two lines added, as a text file. It compiled for me. [javierferwolf.txt](https://github.com/witnessmenow/Universal-Arduino-Telegram-Bot/files/4272003/javierferwolf.txt)

As far as I know, libcamera does not yet have any python bindings.

Interesting idea. Natural gas utilities in North America use a mid-morning day boundary. Their operations are weather sensitive, and so they prefer meteorological dailies aligned with their operational day boundaries....

I haven't tried weewx 5. I will spin up a test system... Update: I've changed one line in wxMesh.py which seemed to be stopping my driver from starting. It's working...

Please close the issue if it works for you.

There was an obvious error in the install script. @jens-b, could you try again?

> Hello, I have same problem as jens-b ``` line 49 files=[('bin/users/wxMesh.py'])] ^ SyntaxError: closing parenthesis ']' does not match opening parenthesis '(' ``` Argh, sorry. I made a mistake...