diff --git a/firmware/App.h b/firmware/App.h index 2b66196..3014b02 100644 --- a/firmware/App.h +++ b/firmware/App.h @@ -34,7 +34,6 @@ class App { // Main (setup & loop) // ***************************************************************************** int setup(){ - this->setup_PV_help(); #if DIGITALPORT_EN == 1 if(this->dport == nullptr){ return -1; } diff --git a/firmware/main.cpp b/firmware/main.cpp index 0dd574c..4a51eef 100644 --- a/firmware/main.cpp +++ b/firmware/main.cpp @@ -234,7 +234,7 @@ void setup(){ // Cloud // ***************************************************************************** // Variables: - Particle.variable( "HELP", app.PV_help() ); + app.setup_PV_help(); Particle.variable( "stdin", app.PV_stdin() ); Particle.variable( "stdout", app.PV_stdout() );