Anna Antonenko
Anna Antonenko
This PR addresses the request from issue #85. To jump to a PID, type `pid` in the console
This is just a simple function, essentially an alias to `encoderCTL`: `this.encoderCTL(4002, val)`. It would be nice to have it in the library itself though, rater than the projects that...
My setup: ESP-WROOM-32 ILI9341 XPT2046 16GB SDHC Everything is wired up correctly, as you can see below, but something is wrong with the image... Application somehow thinks this is not...
This pull request is intended to reduce boilerplate in projects that use application commands. Instead of requiring library users to implement a `Consumer` and manually handle `INTERACTION_CREATE` events, this pull...
Preview:
# What's new - JS modules: `event_loop`, `gpio` and`gui` - JS `gui` submodules: `gui/loading`, `gui/submenu`, `gui/empty_screen`, `gui/text_input`, `gui/text_box` - Documentation for these modules - TS type declarations for these modules...
# What's new - Adds the following string to integer conversion API functions that verify input validity including overflow checks (header `lib/toolbox/strint.h`): ```c StrintParseError strint_to_uint64(const char* str, char** end, uint64_t*...
# What's new - `errno` is now saved in the Task Control Block with the help of a FreeRTOS config flag and two hooks - An overengineered `errno` fuzzer #...
# What's new - Fixed a bug where the "Exit USB-UART?" confirmation screen would stop the bridge prematurely, without waiting for the user's input, as reported in #3882 - Converted...