Skip to content

Commit

Permalink
Fix upload/download progress debug info issue#81 in non-callback asyn…
Browse files Browse the repository at this point in the history
…c task
  • Loading branch information
mobizt committed Jun 1, 2024
1 parent d98e3fa commit 1f706d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/AsyncResult/AppProgress.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Created June 1, 2024
* Created June 2, 2024
*
* The MIT License (MIT)
* Copyright (c) 2024 K. Suwatchai (Mobizt)
Expand All @@ -22,8 +22,8 @@
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#ifndef APP_PROGrESS_H
#define APP_PROGrESS_H
#ifndef APP_PROGRESS_H
#define APP_PROGRESS_H

#include <Arduino.h>
#include <vector>
Expand Down

0 comments on commit 1f706d4

Please sign in to comment.