marcfon

Results 17 comments of marcfon

> There is a issue related to filesystem when I tried to install moonraker, it throws some db error @melon-husk could you share how you (tried to) install moonraker? I'm...

Exactly the same issue here on Android 10. The app tries to connect with 0.0.0.0. But it does work on an Android 6 device that I had laying around..

@witnessmenow I looked in the current code and it looks fairly easy to add the new function. I also played around with the YouTube API but got stuck on that...

I can't get it to work using the API key. I've managed to get it working using the OAuth access token but it takes a few additional steps to set...

So it turned out to be quite a project to implement the recent subscribers function. The result is that I've forked the project and implemented **OAuth2 support** in the library....

These are the steps I've used to get the authentication credentials: 1. Create **Client ID** and **Client Secret** (use “other app") - see https://developers.google.com/youtube/v3/guides/auth/devices 2. Get your **device code** (=...

I'm running into a similar challenge and was wondering if there has been any progress made on this feature request.

Thanks @thp. I'll stick to string based for now. It hasn't let me down.

I managed to build and upload the project using platformio using the steps described in the first post. I haven't yet managed to specify the env target (BOARD_DEFAULT / BOARD_TTGO_LORA...

This is how to compile Chorus32 with Bluetooth support... 1. Uncomment `#define BluetoothEnabled` in `ESP32Laptimer.cpp` 2. Uncomment `#define USE_BLUETOOTH` in `HardwareConfig.h` 3. Add `board_build.partitions = huge_app.csv` line to `platformio.ini`