docs: move led safety from misc

This commit is contained in:
Prohurtz 2023-07-18 14:58:56 -05:00
parent 0b45f8a379
commit ffc2022fa9
2 changed files with 3 additions and 3 deletions

View File

@ -30,6 +30,7 @@ const theme = {
items: [
{ text: "Introduction", link: "/getting_started/intro" },
{ text: "Things to know before you start", link: "/getting_started/things_to_know" },
{ text: "LED Safety", link: "/misc/led_safety" },
],
},
{
@ -70,7 +71,6 @@ const theme = {
items: [
{ text: "VR Chat Avatar Setup", link: "/misc/vrc_avatar_setup" },
{ text: "FAQ", link: "/misc/faq" },
{ text: "LED Safety", link: "/misc/led_safety" },
],
},
{

View File

@ -87,6 +87,6 @@ Now, we need to account for distance. My number is based on a worst case scenari
Now, this is only for 1 LED, in the case of V4 we have 4 so we can:
> 0.6 mW/cm2 * 4 = 2.4 mW/cm2
This value is well below the limit, and close to normal sun exposure outside.
If the LEDs were further than 1cm (which they typically are) the exposure would be even less.
This value is well below the limit, and not far from sun exposure.
If the LEDs were further than 1cm (which they typically are) the exposure would be even less. And with typical eye movement they are less.