- Edited
What version of DeviceOS are you using? It may make sense to do a Cloud Flash since it will ensure your device is 100% up to snuff both system and application side. It was a nightmare getting my older Boron working and up to date on the latest.
Also I would go to your device page and check the bottom right hand corner. There should be no entries for functions and variables. (see below) If there are, you’re running the wrong firmware.
I would recommend that you run git log
and make sure it matches mine:
❯ git log
commit 5e4b97cb6031d45669bb91d20f9da1c0ddd66fd1 (HEAD -> master, github/master)
Author: Jared Wolff <hello@jaredwolff.com>
Date: Sat Jan 8 22:48:21 2022 -0500
Changes to work with latest library.
Changed:
* Added library as submodule
* Updated code to use new sensors
* Updated readme
commit e2c71c2049d040551ae1619cb8936260b38ab617
Author: Jared Wolff <hello@jaredwolff.com>
Date: Sat Jan 8 22:47:24 2022 -0500
Updating library:
* Removing old dependencies
* Adding submodule for library
Can you confirm it matches?