EnviroDIY / YosemitechModbus

A library to use an Arduino as a master to control and communicate with the modbus sensors produced by Yosemitech. Depends on the EnviroDIY/SensorModbusMaster library.
Other
10 stars 7 forks source link

Restore calibrators #28

Closed aufdenkampe closed 1 year ago

aufdenkampe commented 2 years ago

With commit f4b0de02b6a69672a71cac0ff17cddba70ac9076, @SRGDamia1 removed .exe files to allow us to include this repo in the Arduino (official) library index. PlatformIO provides a way to 'exclude' files and directories for the library index, but the Arduino official version doesn't.

Along with those .exe files, @SRGDamia1 also removed other documents that she thought were now readily available from YosemiTech's website. See https://github.com/EnviroDIY/YosemitechModbus/commit/f4b0de02b6a69672a71cac0ff17cddba70ac9076#comments

Unfortunately, some of the files she removed were calibrator Excel spreadsheets that I had created for people to use with their sensors, which reverse engineered how YosemiTech does calibrations from raw data.

We need to restore these calibrator files to the repo.

Sara suggests:

I think you can revert this commit then make a new one deleting all of Yosemitech's things and keeping yours.

aufdenkampe commented 1 year ago

Done with 4546da7e2fab20498c6181eed89a62574f78b9aa. Now on the master branch.