Configuration Controller (#7857)

This commit is contained in:
Selis
2024-04-05 07:44:20 +02:00
committed by GitHub
parent c542e3bac0
commit e1a987c25c
235 changed files with 3294 additions and 989 deletions

View File

@@ -5,7 +5,7 @@
enabled = 0
New()
..()
src.enabled = config.socket_talk
src.enabled = CONFIG_GET(flag/socket_talk) // CHOMPEdit
if(enabled)
call_ext("DLLSocket.so","establish_connection")("127.0.0.1","8019") // CHOMPEdit