├── README.md ├── docs └── images │ └── screen-2-1.png └── src ├── .gitignore ├── FUNCTIONS ├── ELRSb.lua ├── ELRSt.lua └── ELRSu.lua └── WIDGETS └── ELRST └── main.lua /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ExpressLRS/ElrsTelemWidget/HEAD/README.md -------------------------------------------------------------------------------- /docs/images/screen-2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ExpressLRS/ElrsTelemWidget/HEAD/docs/images/screen-2-1.png -------------------------------------------------------------------------------- /src/.gitignore: -------------------------------------------------------------------------------- 1 | *.zip -------------------------------------------------------------------------------- /src/FUNCTIONS/ELRSb.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ExpressLRS/ElrsTelemWidget/HEAD/src/FUNCTIONS/ELRSb.lua -------------------------------------------------------------------------------- /src/FUNCTIONS/ELRSt.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ExpressLRS/ElrsTelemWidget/HEAD/src/FUNCTIONS/ELRSt.lua -------------------------------------------------------------------------------- /src/FUNCTIONS/ELRSu.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ExpressLRS/ElrsTelemWidget/HEAD/src/FUNCTIONS/ELRSu.lua -------------------------------------------------------------------------------- /src/WIDGETS/ELRST/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ExpressLRS/ElrsTelemWidget/HEAD/src/WIDGETS/ELRST/main.lua --------------------------------------------------------------------------------