Claudio Tiecher

Results 24 comments of Claudio Tiecher

@merichar good idea :) I did incorporate your suggestion in my downstream [work](https://github.com/fritzing/fritzing-app/pull/3864), let me know if you have any remark.

If this pull request is merged, issue #3646 and #3821 may be closed :) Improvement: this pull request makes it possible to pass the `LIBGIT_STATIC` (found in the `phoenix.pro` file)...

After fixing a few issues, including replacing LinkedList.h, I get the following error when compiling for an Arduino Nano: Global variables use 3009 bytes (146%) of dynamic memory, leaving -961...

Thanks for updating this and the tips on how to possibly run on Nano. Does it make sense to run a SNMP agent on a Nano? Is there a more...

I would like to send the value coming out from a pin (connected to a temperature sensor) to a SNMP manager

First time contributor here, can I be of any help here? Or is it better if one person tackle this on its own?

Would [this](https://github.com/OpenRCT2/OpenRCT2/blob/15650ad184b67aed455491d6ee8034026183371c/src/openrct2/ride/Ride.h#L43) qualify as a good place to start?

I started experimenting :) this is how it looks like: https://github.com/OpenRCT2/OpenRCT2/compare/develop...janclod:OpenRCT2:replace-define-with-constexpr In this example I took RIDE_ADJACENCY_CHECK_DISTANCE inside Ride.h Any feedback welcome...

How should I move on from here? Keep making separate PRs for every 5-10 replacement (of #defines) I do?

Do we want to replace also this kind of `#define` with `constexpr`? ![image](https://github.com/OpenRCT2/OpenRCT2/assets/6673668/f336ccae-5e83-44c0-ac52-ada166cce31f)