Skip to content

Commit

Permalink
fix: update section setup and README
Browse files Browse the repository at this point in the history
  • Loading branch information
jappyjan committed Dec 17, 2023
1 parent 3081474 commit d589cc8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

This project, also known as "RotorHazard OSD Injector", is a firmware for ESP8266. It connects via websockets (WiFi) to a RotorHazard instance. RotorHazard is a Race Timer for FPV drones which tracks the time one needs to finish a lap in a race and automatically tracks the race with up to 8 pilots. The ESP is connected via a serial UART to the flight controller of the drone and sends "MSP" commands to set the internal name of the drone to messages that represent events that happen in the race timer.

> ## DEPRECATED
> well kinda... at least for people who use an ELRS Transmission system with a ELRS TX that has an ELRS Backpack connected to it or HDZero Goggles (or simmiliar) with a ELRS Backpack that supports rendering custom OSD Elements.
> If this describes you, you should check out this project instead:
> [UAV-Painkillers/VRxC_ELRS](https://github.com/UAV-Painkillers/VRxC_ELRS)
## Prerequisites

You need an ESP of the ESP8266 family. The simplest, smallest, and most lightweight option is to buy a "BetaFPV ELRS RX Lite" receiver which has an ESP8285 onboard and exactly one UART available for communicating with the drone.
Expand Down
2 changes: 2 additions & 0 deletions web-ui/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { setupRotorHazardSection } from "./sections/rh.section";
import { setupHotspotSection } from "./sections/hotspot.section";
import { setupOTASection } from "./sections/ota.section";
import { setupLoggingSection } from "./sections/logging.section";
import { setupUpdateSection } from "./sections/update.section";

document.addEventListener("DOMContentLoaded", async () => {
setupAuthenticationOverlay();
Expand All @@ -15,6 +16,7 @@ document.addEventListener("DOMContentLoaded", async () => {
setupWiFiSection();
setupOTASection();
setupLoggingSection();
setupUpdateSection();

Api.getAllData();
Api.authenticate();
Expand Down

0 comments on commit d589cc8

Please sign in to comment.