kh90909 / OakTerm

Serial terminal for the Digistump Oak over the Particle Cloud
8 stars 2 forks source link

Variable values are still requested after they are unexposed #61

Closed kh90909 closed 8 years ago

kh90909 commented 8 years ago

A simple way to generate this issue is to switch the Oak to config mode, in which no variables are exposed.

Even though the variables are removed from the sidebar (and thus should be removed from device_vars), their values are still being requested periodically, which results in 404 errors in the console.

Needs further investigation.

kh90909 commented 8 years ago

Note that if the 'user mode' button doesn't bring your Oak back from config mode, it's likely because your config ROM isn't updated to the latest version of OakCore. You can update your config ROM over the serial port using the procedure given in the "to test" section of this issue.

I believe this update also happens with an Oak OTA firmware update, but I'm not sure if there's currently a way to trigger one on demand.

kh90909 commented 8 years ago

In progress.