Skip to content

Commit

Permalink
setup_PV_help should be in App
Browse files Browse the repository at this point in the history
  • Loading branch information
NGenetzky committed Nov 14, 2018
1 parent 06f1dcd commit 93c95ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion firmware/App.h
Expand Up @@ -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; }
Expand Down
2 changes: 1 addition & 1 deletion firmware/main.cpp
Expand Up @@ -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() );

Expand Down

0 comments on commit 93c95ff

Please sign in to comment.