Fixed scripting + cleaner code + fixed RTLTCP

This commit is contained in:
AlexandreRouma
2020-10-07 22:44:54 +02:00
parent 46d5b8a750
commit 3b6a3ff94d
33 changed files with 274 additions and 100 deletions

View File

@@ -16,12 +16,11 @@
#include <core.h>
#include <duktape/duktape.h>
#include <duktape/duk_console.h>
#include <scripting.h>
#include <dsp/block.h>
#define STB_IMAGE_RESIZE_IMPLEMENTATION
#include <stb_image_resize.h>
#include <gui/gui.h>
#include <signal_path/signal_path.h>
#ifdef _WIN32
#include <Windows.h>
@@ -97,9 +96,9 @@ int sdrpp_main() {
// duk_pop(ctx);
core::scriptManager.createScript("TestScript 1", "test.js");
core::scriptManager.createScript("TestScript 2", "test.js");
core::scriptManager.createScript("TestScript 3", "test.js");
core::scriptManager.createScript("TestScript 4", "test.js");
//core::scriptManager.createScript("TestScript 2", "test.js");
//core::scriptManager.createScript("TestScript 3", "test.js");
//core::scriptManager.createScript("TestScript 4", "test.js");
// TESTING