Dhruva Gole
Dhruva Gole
As is evident from the attached image of Heltec actual PCB design 
Let me know if I should create a PR for fixing this, as I have managed to fix the footprint and associate a 3D model as well in KiCAD. (PS...
I was facing similar issues using `WCharacter.h` and would like to ask if there's any fix for this planned? Perhaps remove the undefined functions? A fix to this issue is...
To be specific, there are the set of errors I get when trying to build with my zephyr project: ```c /home/dhruva/zephyrproject/modules/lib/gsoc-2022-arduino-core/cores/arduino/./api/WCharacter.h: In function 'bool arduino::isAscii(int)': /home/dhruva/zephyrproject/modules/lib/gsoc-2022-arduino-core/cores/arduino/./api/WCharacter.h:66:12: error: 'isascii' was not...
After much renaming of ``#includes`` and few other tweaks I was able to solve some of the missing library errors, but then many other one's popped up which I have...
I know that the issue mentions "Open binary with Cutter 1.10.1 app image" however when I use a later version of cutter (``Cutter-v2.0.5-x64.Linux.AppImage``) I get the following output, which I...
Yes, let us know how we can collab, We would be happy to test, debug and develop as we have the actual module.
> uptime (millis()) This can be easily done by creating a ``static time_t start_time`` and then every loop it subtracts current time from ``start_time`` to get the uptime. > loopcount...
++ Would love to see this feature, we can start with something as basic as auto suggest title based on the path of the file being changed.
> What is the output of pressing C-x C-b (press Ctrl-X and then Ctrl-V)? ``` ➜ bleopt complete_auto_complete= ``` > Q2: What is the result of the following commands after...