Gabriele Contini
2019-11-10 a5935a3a5f398ddaecb94489d33abbedf2f0fa49
1
2
3
4
#define PRODUCT_NAME {{ product_name }}
#define PUBLIC_KEY { \
{%for i in public_key%}{% if loop.index1 > 1 %},{% endif %}{{ i }}{%endfor%}\ 
}