dancol90 / ESP8266Ping

Ping library for ESP8266 Arduino core
GNU Lesser General Public License v2.1
265 stars 136 forks source link

esp_yield() -> delay() #42

Closed d-a-v closed 1 year ago

d-a-v commented 2 years ago

This is an internal change proposal aimed at being compatible with

Packet capture facility is added in the simple example to show live ICMP captured packets during operations.

A proposal will come very soon is made in the esp8266 arduino core for this library to work with

fixes #41 fixes #40 fixes #37 replaces and closes #27

rednebmas commented 1 year ago

Thank you @d-a-v. For those of you that wish to use this branch with PlatformIO, you can replace dancol90/ESP8266Ping@^1.0 under libdeps in platformio.ini with https://github.com/d-a-v/ESP8266Ping.git#esp8266arduinocorev3

dancol90 commented 1 year ago

Fixed in #46