Arjan
Arjan
Restored previous version. Transform invoked from C is now working again.
``` eclipse.buildId=4.13.0.I20190916-1045 java.version=1.8.0_171 java.vendor=Oracle Corporation BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=nl_NL Framework arguments: -product org.eclipse.epp.package.cpp.product -keyring /Users/arjanvanvught/.eclipse_keyring Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product org.eclipse.epp.package.cpp.product -keyring /Users/arjanvanvught/.eclipse_keyring com.googlecode.cppcheclipse.core...
- [x] RDM enable selectable per port - [ ] Implement Failsafe There is also `Set output style to delta mode (DMX frame triggered by ArtDmx)` , I have no...
@batecam79
Version 10.x does not give any compiler error's. I need to setup a Linux development environment with the same version as used with the GitHub Action.
### Answers checklist - [X] I have read the documentation [ESP-AT Programming Guide](https://docs.espressif.com/projects/esp-at/en/latest/esp32/Compile_and_Develop/How_to_clone_project_and_compile_it.html) and the issue is not addressed there. - [X] I have compiled the hello_world example [Get Started...
Just compiled the latest OLA and having issues with `rdm_test_server.py` ``` ~/ola-0.10.9$ rdm_test_server.py Traceback (most recent call last): File "/usr/local/bin/rdm_test_server.py", line 37, in from ola.ClientWrapper import ClientWrapper, SelectServer ModuleNotFoundError: No...
This might be similar to #1858 ``` [arjanvanvught@MacBook-Air-2 ~]$ rdm_test_server.py Traceback (most recent call last): File "/usr/local/bin/rdm_test_server.py", line 39, in from ola.testing.rdm import (DataLocation, TestDefinitions, TestLogger, File "/usr/local/lib/python3.11/site-packages/ola/testing/rdm/TestDefinitions.py", line 32,...
The `olad` command does not accept any arguments: ``` [@MacBook-Air ~]$ olad -l 3 olad: invalid option -- l [@MacBook-Air ~]$ olad --log-level 3 olad: unrecognized option `--log-level' [@MacBook-Air ~]$...
Currently the binary package is limited for the Windows platform only. My main development environment is Linux with Mac OS as front-end. Binary packages on Mac OS and Linux is...