lucky62
lucky62
@jordanbrown0, JSON objects are very useful. Are you (or someone else) planning to allow to create a JSON in OpenSCAD program?... :-) @JustinSDK, hashmap can help also, but still it...
thanks for the response. MightyScape version is working at first attempt. Can you give some hints about the future?... Will be this standalone version upgraded? Bugs fixed?... The second question...
+1 vote to add OTA port(s) into arduino IDE manually.
``` TestRunnerAgent: connection trial #1 failed Unable to open socket to "localhost:52564" error: [Errno 10061] No connection could be made because the target machine actively refused it TestRunnerAgent: connection trial...
[metadata.log](https://github.com/nokia/RED/files/5881251/metadata.log) Log attached. If you need more info, tell me, please... Note: .log renamed to metadata.log
Most probably this will be a Firewall issue. However I cannot to check. My PC is managed by my company. I cannot view the settings nor log files of firewall...
I replaced accept() with available(): ``` // WEBSOCKETS_NETWORK_CLASS * tcpClient = new WEBSOCKETS_NETWORK_CLASS(_server->accept()); WEBSOCKETS_NETWORK_CLASS * tcpClient = new WEBSOCKETS_NETWORK_CLASS(_server->available()); ``` Compilation is ok and initial work also. I can connect...
Thanks for response. I need to clarify my point of view. I was not asking to modify aqt to be able to change the QtCreator configuration. Qt Creator has its...
@miurahr this is not the "auto-detection" - this is the "auto-configuration" and some SDK Tool is required for this. Auto-Detection is directly in the QtCreator. I was looking inside the...
I agree. This is a feature request for aqtinstall. Not a bug. It will be very nice if aqtinstall will do something similar as official install script mentioned in your...