Espressif IDF – Error Handling
Error handling in the IDF is one of the core functionalities. You'll encounter it in practically every example program, which is why I'd like to go into more detail here. All important IDF functions return error codes. These can either be handled manually (if condition + own handling) or they can be passed to a special macro (function) for...
Continue reading "Espressif IDF – Fehlerbehandlung"