Dwi259eti Firmware Apr 2026

If the feature is periodic, spawn a FreeRTOS task:

void my_feature_task(void *arg)

static void at_cmd_temp_handler(at_cmd_ctx_t *ctx, const char *params) Dwi259eti Firmware

float temperature; if (my_feature_get_temperature(&temperature) == 0) at_reply("%0.2f", temperature); else at_reply_error(); If the feature is periodic, spawn a FreeRTOS