SlashDevin / NeoGPS

NMEA and ublox GPS parser for Arduino, configurable to use as few as 10 bytes of RAM
GNU General Public License v3.0
714 stars 196 forks source link

Allow compile under PlatformIO for esp8266 #82

Closed sle118 closed 6 years ago

sle118 commented 6 years ago

This ensures "static constexpr" is used under platform espressif8266 and avoids compile errors.