At the moment ZUNO_ENABLE can only be in one instance.
Try this:
Code: Select all
ZUNO_ENABLE(
WITH_CC_TIME_PARAMETERS
WITH_CC_TIME
);
Code: Select all
ZUNO_ENABLE(
WITH_CC_TIME_PARAMETERS
WITH_CC_TIME
);
Use:About the area where you copied all code to, where you can, at top of the area you can
select to mark all code.
To bypass, try downloading Arduino IDE version is 1.8.x and through it install Z-Uno2 3.0.12.Steve_Elves wrote: ↑02 Aug 2024 17:57Do I have to uninstall Z-Uno2 3.0.10 before I install the Beta version 3.0.12? I ask because the installation of Z-Uno2(Beta) in Arduino IDE 2.1.1 fails repeatedly.