Skip to content

Commit

Permalink
feat: removed variable that is handled in logic in sf_cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
charliekush committed Nov 29, 2024
1 parent ca92bd0 commit cea3451
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/cellular/dataUpload.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,13 @@


class DataUpload : public Task{
public:
public:
void init(void);
STATES_e run(void);
void exit(void);

private:
private:
int initSuccess;
system_tick_t lastConnectTime;
STATES_e exitState(void);
STATES_e can_upload(void);
};
Expand Down

0 comments on commit cea3451

Please sign in to comment.