Devlog ig
Well this two hours I been trying to make an AI chat app. Meanwhile, I realized, that my custom log system kinda sucks, so I will be just using the classic Serial output for logging, and completly remove my custom logger.
Problems with the logger
- logs are hard to read (very small)
- if u enable the log display feature, the rendering gets slower
- gives no errors, I only know at witch step the program stopped
- uses much RAM
with serial logging, all of this issues will be fixed. And I can finally see what error it throws! although it doesnt tell much in the error… terminate called after throwing an instance of 'std::out_of_range'
what():
And sorry for the long break… I will try to code more now!
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.