SignalK / SensESP

Universal Signal K sensor framework for the ESP32 platform
https://signalk.org/SensESP/
Apache License 2.0
151 stars 81 forks source link

Remove external sensors #435

Closed mairas closed 2 years ago

mairas commented 2 years ago

This PR removes all sensors that have external library dependencies. These sensors will be later recreated as independent packages at https://github.com/SensESP.

Also some other code such as the NMEA parser has been removed. These, too, should be revived later on.

mairas commented 2 years ago

Thanks, merging!