Update Setup Process
- Added audio device to setup form - Implemented 'getDevices.py' into setup form - Now shows the user their devices to select the correct ID - Fixed bug in the op25 dir created by new setup - Finalized the '.env' file creation
This commit is contained in:
@@ -19,7 +19,14 @@
|
||||
<label for="clientCapabilities">Client Capabilities (comma-separated):</label>
|
||||
<input type="text" id="clientCapabilities" name="clientCapabilities" required>
|
||||
<br>
|
||||
<label for="audioDeviceId">Audio Device ID (typically 'default'):</label>
|
||||
<input type="text" id="audioDeviceId" name="audioDeviceId" required>
|
||||
<br>
|
||||
<button type="submit">Next</button>
|
||||
<div>
|
||||
<h3>Audio Devices</h3>
|
||||
<p><%- deviceList.replace(/\n/g, '<br>') %> </p>
|
||||
</div>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user