Nithesh2003
Results
2
comments of
Nithesh2003
I just need to access the upcoming direction like turn right in 150m. I am not using an Oled display just want to print it, how can I implement that?
> @Nithesh2003 see BLEHUDNaviESP32.ino, at line 256 you can see access to text like "150m": `const char* text = currentData.c_str() + textOffset;` > > At line 270 there is access...