Add utilities

This commit is contained in:
keithsw1111 2021-09-02 20:33:39 +10:00
parent 15e62c5726
commit 9a871277d5
9 changed files with 70 additions and 1 deletions

View File

@ -0,0 +1,23 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v5.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v5.0": {
"FSEQDump/1.0.0": {
"runtime": {
"FSEQDump.dll": {}
}
}
}
},
"libraries": {
"FSEQDump/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,9 @@
{
"runtimeOptions": {
"tfm": "net5.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "5.0.0"
}
}
}

View File

@ -0,0 +1,23 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v5.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v5.0": {
"FV4PLSTReader/1.0.0": {
"runtime": {
"FV4PLSTReader.dll": {}
}
}
}
},
"libraries": {
"FV4PLSTReader/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,9 @@
{
"runtimeOptions": {
"tfm": "net5.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "5.0.0"
}
}
}

View File

@ -17,8 +17,13 @@ Build 3: 2021-08-21
- Fix : Move wifi reboot to settings screen as it was confusing on the network screen.
Build 4: 2021-08-
- Enh : Add ping button to UI to test access to gateway/DNS/Time Server
- Enh : Add ping button to UI to test access to gateway/DNS/Time Server.
- Enh : Add a playlist and FSEQ analysis tool to this repository.
- Fix : Disable reboot wifi when wifi is disabled.
- Fix : FPP Connect over WiFi not working.
- Fix : FPP Connect Add FPP will not add a Falcon V4.
- Fix : A number of issues relating to FPP connect. This requires 2021.28 or later of xLights.
- Fix : Prevent Falcon hotspot SSID clashing with any seen network. If it does hotspot wont start.
- Fix : On web interfaces in some circumstances 1:00 may be displayed as 0:60.
- Fix : Status page player can hang if FSEQ references audio not present on the SD card.