Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated delay() function pointer definition. It is now ESP32 proof. E…
…SP32 uses `uint32_t` for time argument. All other supported models (ESP8266, Arduino AVR) uses `unsigned long`. This matches the platform definitions for esp32:esp32 v3.0.4, esp8266:esp8266 v3.1.2 and arduino:avr v1.8.6.
- Loading branch information