Detect Zuno board for compile

Discussion about Z-Uno product. Visit http://z-uno.z-wave.me for more details.
Post Reply
sil
Posts: 22
Joined: 09 Oct 2018 12:35

Detect Zuno board for compile

Post by sil »

Hi

Using the same program for different board, is it possible to use #if defined(__zuno__) ?

Thanks
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: Detect Zuno board for compile

Post by PoltoS »

Currently there is no such a define. It is a nice idea to add one.

Meanwhile you can use __ZUNO_DEFINES___
Post Reply