Skip to content

Commit

Permalink
added solid lights and a returning team reminder to program radio
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondaming committed Jan 1, 2025
1 parent d40ba37 commit 0fb52ff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 6 additions & 2 deletions source/docs/hardware/hardware-basics/status-lights-ref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,14 @@ A compact and printable `Status Light Quick Reference <https://wpilib.org/s/Stat
| +----------------+------------------------------+
| | Off | Booting Up |
+----------+----------------+------------------------------+
| 2.4G | Blinking (20Hz)| Battery detected, |
| 2.4 GHz | Solid Green | Wifi available |
| +----------------+------------------------------+
| | Blinking (20Hz)| Battery detected, |
| | Sys Blinking | Wireless is disabled |
+----------+----------------+------------------------------+
| 6G | Blinking (20Hz)| Battery detected, |
| 6 GHz | Solid Blue | 6 GHz connection made |
| +----------------+------------------------------+
| | Blinking (20Hz)| Battery detected, |
| | Sys Blinking | Wireless is disabled |
+----------+----------------+------------------------------+

Expand Down
5 changes: 3 additions & 2 deletions source/docs/yearly-overview/returning-quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ It is advised that **all** teams read through the :doc:`changelog </docs/yearly-
3. :doc:`Install WPILib </docs/zero-to-robot/step-2/wpilib-setup>` (Java / C++ teams only)
4. :doc:`Update third party libraries </docs/software/vscode-overview/3rd-party-libraries>`
5. Reimage :doc:`roboRIO 1 </docs/zero-to-robot/step-3/imaging-your-roborio>` or :doc:`roboRIO 2 </docs/zero-to-robot/step-3/roborio2-imaging>`
6. :doc:`Import robot project </docs/software/vscode-overview/importing-last-years-robot-code>` (Java / C++ teams only)
7. Update software based on the changes described in the :doc:`changelog </docs/yearly-overview/yearly-changelog>`
6. Update firmware on and :doc:`program VH-109 radios </docs/zero-to-robot/step-3/radio-programming>`
7. :doc:`Import robot project </docs/software/vscode-overview/importing-last-years-robot-code>` (Java / C++ teams only)
8. Update software based on the changes described in the :doc:`changelog </docs/yearly-overview/yearly-changelog>`

0 comments on commit 0fb52ff

Please sign in to comment.