ESP_ERROR_CHECK()

Use when calling many of the ESP32 API fucntions to carry out controlled error checking, e.g.

	ESP_ERROR_CHECK(nvs_flash_init());