Felix Biego
Felix Biego
If you are looking for watchface with Arabic text then you can extract and rebuild the binary using the editor.
There is no affiliation with the manufacturer of the watch; our application operates independently from their official services or endorsements. Additionally, we cannot guarantee the provision of watchfaces through our...
not sure about your use case but there is no such feature. Chronos ESP32 library has remote touch via BLE https://github.com/fbiego/chronos-esp32/blob/e06f9502ea4dc151c485a11f6efc510a9f544b35/src/ChronosESP32.h#L259
Currently, most Bluetooth features are provided by the [ChronosESP32](https://github.com/fbiego/chronos-esp32) library, which is available exclusively for the ESP32. Since the Waveshare RP2040 board lacks a built-in Bluetooth module, you'll need to...
Please use [`EspExceptionDecoder`](https://github.com/me-no-dev/EspExceptionDecoder) to decode the stack trace
Arduino IDE > > [`EspExceptionDecoder`](https://github.com/me-no-dev/EspExceptionDecoder) > > Can I use this with platform.io?
You don't need to compile with Arduino IDE, only decoding the stack trace. - Install [EspExceptionDecoder](https://github.com/me-no-dev/EspExceptionDecoder) on Arduino IDE (check repo for instructions) - Compile & Run the code with...
that's helpful, though it seems strange to me. I have made minor changes to the ChronosESP32 Library but it might take a while to propagate. You can however change the...
same stack trace?
Try running the examples from ChronosESP32 library only