Gixy31 / ESP32-PoolMaster

ESP32 version of PoolMaster from Loic74650
56 stars 18 forks source link

Replace ADS1115 library #12

Closed shibida closed 1 year ago

shibida commented 1 year ago

Replace custom ADS1115 library by standard Adafruit one. Avoiding to have personal path in the configuration project.

Gixy31 commented 1 year ago

Sorry, but do not see interest in changing code for this library. For platformio.ini, using "symlink://../../libraries/ADS1115" is a way to avoid explicit personal path, which in any case is not a big problem. There are many projects where you need "non standard" libraries (e.g your own libraries).