digistump / OakCore

Arduino/Platformio Core for Oak including Particle library
GNU Lesser General Public License v2.1
55 stars 28 forks source link

Reduce RAM usage after init #12

Open digistump opened 8 years ago

digistump commented 8 years ago

Read device vars to there own vars in init, and the release the deviceConfig buffer we only write config near boot time for ota_update, and in setup for write config, load it, change it, write it, release