Peter Newman

Results 814 comments of Peter Newman

Sorry @Kevitto can you share some screenshots/photos or just type out what option names you're seeing that you don't think you need. It would also be good if you can...

Hi @midikidi , The sensible thing would be to add it to the base library, so everyone can benefit (and not have to reinvent the wheel). If RDMINIT was extended...

> Hi Peter makes sense once sorted I will post the changes to DMXSerial2 and the port of STM32F103. The STM32 project is built with the STM32 Cube IDE not...

> Hi Pete, Im completely new to Github . That's okay, we all have to start somewhere? Have you used Git before? What OS are you using? They have some...

I've got personalities working and passing all the OLA RDM tests here #39 . This currently needs some changes to the data passed into the RDMINIT struct, but they're fairly...

Thanks for the review too @chrisstaite !

Hi @stumouse , That bit isn't really "productised" I'd say, you can currently either write it into the EEPROM yourself, and it will be read out: https://github.com/mathertel/DmxSerial2/blob/66ed0cffcb398b8912e510eff7ae6efeff62503a/src/DMXSerial2.cpp#L225 Or edit the...

Was this on the code downloaded from GitHub @claysam75 ? The number of arguments seems right to me by observation, but I've not tried a verify, so there may be...

I get a different error on 1.8.2: ``` /tmp/arduino_modified_sketch_43130/RDMSerialRecv.ino:67:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] }; ^ /tmp/arduino_modified_sketch_43130/RDMSerialRecv.ino:67:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]...

Hmm, is there anything else logged, or just that one line?