Search found 1 match

by theshmike
Mon Jun 29, 2020 1:52 pm
Forum: ESP-IDF
Topic: How to install signal handler for SIGTERM?
Replies: 1
Views: 1930

How to install signal handler for SIGTERM?

Does anyone know how to install a signal handler for SIGTERM? It seems to me, that the header files contain the appropiate declarations of the necessary stuff, but the implementation is missing. I am new to the ESP32. Is it common to handle SIGTERM on the ESP32 or is it irreleveant, because the RTOS...