What is 'pinned_build_target'

What is ‘pinned_build_target’

When I query my devices via ‘https://api.particle.io/v1/devices?access_token=’ then I get a list of my devices. They contain a field ‘pinned_build_target’. I have 2 Cores built with the same Dev version but they are listed as different version:

"pinned_build_target": "0.4.9"
"pinned_build_target": "0.3.4"

Does this have any influence on the firmware used or code generated?

Markus

OK, must be the place to store the build version number for the web builder.

Exactly–that looks like the system firmware version running on the device that the Cloud compiler targets when compiling your application.