corrected import of esp32/rom/ets_sys.h

Corrected deprecated location of import of rom/ets_sys.h to esp32/rom/ets_sys.h
This commit is contained in:
David Lehrian 2021-08-20 00:36:15 -07:00
parent faa114d6a1
commit 4cc87cc8da

View file

@ -15,7 +15,7 @@
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "driver/gpio.h"
#include "rom/ets_sys.h"
#include "esp32/rom/ets_sys.h"
#include "ds18b20.h"
// OneWire commands