OPEnSLab-OSU / Loom

Arduino library for Internet of Things Rapid Prototyping in environmental sensing
GNU General Public License v3.0
26 stars 3 forks source link

Compilation Time is Extremely Long #57

Open prototypicalpro opened 4 years ago

prototypicalpro commented 4 years ago

Describe the bug Compiling a Loom example (or any Loom sketch) takes 2-5min, which is irritating to develop with. In addition, this delay causes the RTC to be inaccurate if NTP is not available (see https://github.com/OPEnSLab-OSU/Loom/issues/23)

Expected behavior Loom should compile in a roughly similar time to a regular non-Loom Arduino sketch (10-15s).