aguaviva

Results 72 comments of aguaviva

> same issues here, and yes other usb bootloaders work just not this one Which bootloaders work fine?

> DCS-8525LH @phk-r I have this camera too, could you please share your firmware so I can try too in parallel? (This model has been discontinued in Europe and I...

- As for the segfaults, `curl` and `php` both use libssh2, so it should be quite battle tested. Also I havent seen any segfauls, not even in the beggining when...

I got mutiple roots working (one for each connection) and I am supporting EXTRA_INFO + async queryDocuments and queryChildDocuments. Thanks for supporting all this on your side, it made my...

The reason why Galene is awesome is because the author has done an excellent job at avoiding feature creep. To be honest, how much is this feature worth to you?...

Are willing to maintain this feature forever and test it before every release?

What is the advantage of using `double`?

This was my lazy fix ``` patch - if(strcmp(CONFIG_ESP_WIFI_SSID, "auto") == 0 || CONFIG_ESP_WIFI_IS_STATION) { + if(strcmp(CONFIG_ESP_WIFI_SSID, "auto") == 0 +#ifdef CONFIG_ESP_WIFI_IS_STATION + || CONFIG_ESP_WIFI_IS_STATION +#endif + ) + {...

I also had to comment the two instances of `esp_log_set_putchar` in platform.c, otherwise the app hangs there. I believe that might be because the UART is disables in an earlier...

Too bad we cannot file bugs against this repo, this is a pretty bad sign. I also bought your drivers and it turns out driver addressing is not supported :(