Simon

Results 9 comments of Simon

> Personally, I don't see the necessity to be able to change the settings from the mobile app. However, I will not block this. Hence, if you want me to...

I would like to provide my personal opinion to the discussion about my first feature request - the "configurable" nextcloud path for notes: Like _stefan-niedermann_ said I would appreciate some...

One workaround I forgot to mention regarding the SPI hardware: The Rapsberry Pi Pico has 2 SPI hardware peripherals (`spi0` and `spi1`) which can each be routed to multiple different...

The same errors appear in my Nextcloud log. Nextcloud AIO v8.2.1 Full text search - Elasticsearch Platform v28.0.1 If I can help with further log files or something else, feel...

Hi @gaby64 It's great that you want to add I2C support for the Pi Pico and I would like to help you by pointing your attention to the right files....

Excellent, well done :+1: :smile: If you have the changes in a forked repo on github (like you had with your first attempt), you can issue a pull-request to contribute...

This is ready to be merged, thank you for asking. The first 4 commits where the "minimal" changes I made to the original code while adding compatibility for the MKR...

Hi, thank you for making these suggestions. I have tried both options with an alive Interval of *10* - Client Side (inside Virtlyst container): create an alias in `/root/.ssh/config` (as...

The SSD1306 library has the following `#define` directive ``` "128x64": { "init": [ "#ifdef SDL_EMULATION", " SDL_LCD_SSD1306, 0x00,", " 0x00, 0x00,", "#endif", ``` which I have modified for SSD1306B to...