Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Setting "#define USE_DYNAMIC_PARAMETERS false" on Blynk_WM_Template.ino results in compile error #16

@ghost

Description

I can fix the template for my own use, but wanted to let you know:

using this option in the Blynk_WM_Template.ino file:
#define USE_DYNAMIC_PARAMETERS false
results in compile error

Compile Error log:
In function 'void updateDynamicParameters()':
working:456:98: error: 'controlVpinC' was not declared in this scope
Serial.print ( "\nupdateDynamicParameters has: \n controlVpinC/label = """ ); Serial.print ( controlVpinC ); Serial.print ( """/" ); Serial.print ( controlLabel );
^
working:456:153: error: 'controlLabel' was not declared in this scope
Serial.print ( "\nupdateDynamicParameters has: \n controlVpinC/label = """ ); Serial.print ( controlVpinC ); Serial.print ( """/" ); Serial.print ( controlLabel );
^
working:457:69: error: 'heartbeatVpinC' was not declared in this scope
Serial.print ( "\n heartbeatVpinC/label = """ ); Serial.print ( heartbeatVpinC ); Serial.print ( """/" ); Serial.print ( heartbeatLabel );
^
working:457:126: error: 'heartbeatLabel' was not declared in this scope
Serial.print ( "\n heartbeatVpinC/label = """ ); Serial.print ( heartbeatVpinC ); Serial.print ( """/" ); Serial.print ( heartbeatLabel );
^
working:458:67: error: 'displayVpinC' was not declared in this scope
Serial.print ( "\n displayVpinC/label = """ ); Serial.print ( displayVpinC ); Serial.print ( """/" ); Serial.print ( displayLabel );
^
working:458:122: error: 'displayLabel' was not declared in this scope
Serial.print ( "\n displayVpinC/label = """ ); Serial.print ( displayVpinC ); Serial.print ( """/" ); Serial.print ( displayLabel );
^
exit status 1
'controlVpinC' was not declared in this scope

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions