begin(char eraseEeprom)
Set up IAS and start all dependent services.
If eraseEeprom is 'F' (full), the entire EEPROM (including wifi credentials and IAS activation code) will be erased on first boot of the sketch/app.
If eraseEeprom is 'P' (partial)(DEFAULT), some of the EEPROM (excluding wifi credentials and IAS activation code) will be erased on first boot of the sketch/app.
If eraseEeprom is 'L' (leave intact), none of the EEPROM (including wifi credentials and IAS activation code) will be erased on first boot of the sketch/app.
Example:
...
setup () {
...
IAS.begin(\'P\');
}
We use cookies on this website. View our cookie policy to find out how and why.
If you'd like to disable cookies on this device, please view our information pages on "How to manage cookies". Please be aware that parts of the site will not function correctly if you disable cookies.
By closing this message, you consent to our use of cookies on this device in accordance with our cookie policy unless you have disabled them.