mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 21:27:49 +02:00
WIP: add API driver in WebThrottle-EX
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
$(document).ready(function(){
|
||||
console.log("Command Controller loaded");
|
||||
uiDisable(true)
|
||||
emulatorClass = new Emulator({logger: displayLog});
|
||||
emulatorClass = new RestAPI({logger: displayLog});
|
||||
});
|
||||
|
||||
// - Request a port and open an asynchronous connection,
|
||||
|
Reference in New Issue
Block a user