marian-craciunescu / ESP32Ping

Ping library for ESP32 Arduino core
GNU Lesser General Public License v2.1
110 stars 58 forks source link

Bugfixes: inadequate 'src' directory and comment typo #3

Closed tmeysson closed 5 years ago

tmeysson commented 5 years ago

1) moved src/ to top level for compatibility with existing Arduino libraries 2) changed '+/' causing compile error to '/' at ping.cpp:233 Builds.

tmeysson commented 5 years ago

Tried to build, failed for two issues, corrected them, builds. Though, the 'src' directory issue might be misconfiguration from my part. Please update, this ping library is precious for esp32-arduino. Thanks for your work !

marian-craciunescu commented 5 years ago

Done