start parsing meta information from JSON objects coming through endpoints,
like shutter status and battery status
This commit is contained in:
parent
654ba67237
commit
ab5cbe7d6f
7 changed files with 461 additions and 122 deletions
7
plank.h
7
plank.h
|
@ -8,4 +8,11 @@
|
|||
#define PlanckR2 0.012258549
|
||||
|
||||
#define TempReflected 20.0 // Reflected Apparent Temperature [°C]
|
||||
|
||||
// 0.01 to 0.99 on the emissivity scale.
|
||||
// Highly polished metallic surfaces such as copper or aluminum usually have an emissivity below 0.10.
|
||||
// Roughened or oxidized metallic surfaces will have a much higher emissivity
|
||||
// (0.6 or greater depending on the surface condition and the amount of oxidation).
|
||||
// Most flat-finish paints are around 0.90, while human skin and water are about 0.98.
|
||||
|
||||
#define Emissivity 0.95 // Emissivity of object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue