mirror of
https://github.com/dualshock-tools/dualshock-tools.github.io.git
synced 2026-07-18 05:34:06 +03:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5d7d4264c0 | ||
|
|
aba934c429 | ||
|
|
3d2f1ca4c9 |
13
core.js
13
core.js
@@ -867,7 +867,15 @@ async function ds5_edge_flash_modules() {
|
||||
modal.show();
|
||||
|
||||
if(device != null) {
|
||||
await device.sendFeatureReport(0x80, alloc_req(0x80, [21, 1, 1]))
|
||||
await device.sendFeatureReport(0x80, alloc_req(0x80, [21, 6, 0, 11]))
|
||||
await new Promise(r => setTimeout(r, 200));
|
||||
await device.sendFeatureReport(0x80, alloc_req(0x80, [21, 5, 0]))
|
||||
await new Promise(r => setTimeout(r, 200));
|
||||
|
||||
await device.sendFeatureReport(0x80, alloc_req(0x80, [21, 6, 1, 11]))
|
||||
await new Promise(r => setTimeout(r, 200));
|
||||
await device.sendFeatureReport(0x80, alloc_req(0x80, [21, 5, 1]))
|
||||
await new Promise(r => setTimeout(r, 200));
|
||||
}
|
||||
await new Promise(r => setTimeout(r, 500));
|
||||
if(device != null) {
|
||||
@@ -1616,6 +1624,7 @@ async function continue_connection(report) {
|
||||
mode = 3;
|
||||
devname = l("Sony DualSense Edge");
|
||||
}
|
||||
|
||||
n = await ds5_nvstatus();
|
||||
if(n == 4) {
|
||||
// dualsense edge with pending reboot
|
||||
@@ -1625,6 +1634,8 @@ async function continue_connection(report) {
|
||||
show_popup(l("A reboot is needed to continue using this DualSense Edge. Please disconnect and reconnect your controller."));
|
||||
return;
|
||||
}
|
||||
|
||||
device.oninputreport = process_ds_input;
|
||||
} else {
|
||||
$("#btnconnect").prop("disabled", false);
|
||||
$("#connectspinner").hide();
|
||||
|
||||
@@ -823,7 +823,7 @@ dl.row dd { font-family: monospace; }
|
||||
<div class="container">
|
||||
<footer>
|
||||
<div class="d-flex flex-column flex-sm-row justify-content-between py-4 my-4 border-top" id="footbody">
|
||||
<p><a target="_blank" href="https://github.com/dualshock-tools/dualshock-tools.github.io/commits/main/"><span class="ds-i18n">Version</span> 2.2<i>beta</i></a> (2025-04-06) - <a href="#" class="ds-i18n" onclick="show_donate_modal();">Support this project</a> <span id="authorMsg"></span></p>
|
||||
<p><a target="_blank" href="https://github.com/dualshock-tools/dualshock-tools.github.io/commits/main/"><span class="ds-i18n">Version</span> 2.3</a> (2025-04-10) - <a href="#" class="ds-i18n" onclick="show_donate_modal();">Support this project</a> <span id="authorMsg"></span></p>
|
||||
|
||||
<ul class="list-unstyled d-flex">
|
||||
<li class="ms-3"><a class="link-body-emphasis" href="mailto:ds4@the.al" target="_blank"><svg class="bi" width="24" height="24"><use xlink:href="#mail"/></svg></a></li>
|
||||
|
||||
Reference in New Issue
Block a user