Nodo-Domotica / Nodo-Core

Arduino based Domotica platform
http://www.nodo-domotica.nl
4 stars 8 forks source link

R818 compile error for plugin.ino #914

Closed koningdde closed 8 years ago

koningdde commented 9 years ago

Deze tekst is niet juist, staat in diverse plugins: // LET OP: Deze plugin moet nog worden aangepast voor het gebruik van globale variabelen en variabelenummers // hoger dan 15. Zolang deze plugin nog niet is aangepast moeten de onderstaande reges in het confif.xx.c bestand // worden opgenomen

define PLUGIN_37_COMPATIBILITY

Wat wel aangepast moet worden is dit: En deze regel aangepast in plugin.no:

if PLUGIN_37_COMPATIBILITY

if defined(PLUGIN_37_COMPATIBILITY)

En dan in plugin.ino deze regel aanpassen om het werkent te krijgen:

define PLUGIN_37_COMPATIBILITY false >> #define PLUGIN_37_COMPATIBILITY true

Nodo-Domotica commented 9 years ago

Thanks.

Op ma 1 jun. 2015 11:26 schreef koningdde notifications@github.com:

Deze tekst is niet juist, staat in diverse plugins: // LET OP: Deze plugin moet nog worden aangepast voor het gebruik van globale variabelen en variabelenummers // hoger dan 15. Zolang deze plugin nog niet is aangepast moeten de onderstaande reges in het confif.xx.c bestand // worden opgenomen

define PLUGIN_37_COMPATIBILITY

Wat wel aangepast moet worden is dit: En deze regel aangepast in plugin.no:

if PLUGIN_37_COMPATIBILITY

if defined(PLUGIN_37_COMPATIBILITY)

En dan in plugin.ino deze regel aanpassen om het werkent te krijgen:

define PLUGIN_37_COMPATIBILITY false >> #define PLUGIN_37_COMPATIBILITY

true

— Reply to this email directly or view it on GitHub https://github.com/Nodo-Domotica/Nodo-Core/issues/914.

Nodo-Domotica commented 8 years ago

Eigenlijk is de compatibility niet wenselijk en moeten de plugins worden aangepast. Dus wellicht is info weghalen en de stofkam door de plugins beter. Ik sluit dit issue en zal binnen het team bespreken hoe we komen tot verversing van de plugins.

Nodo-Domotica commented 8 years ago

sluiten.