Skip to content

Commit

Permalink
Merge pull request #4 from nicogou/fix-mistakes
Browse files Browse the repository at this point in the history
Fix mistakes
  • Loading branch information
nicogou authored Jul 18, 2022
2 parents 7814602 + 1891ea7 commit c8ccf5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/surf-checker.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <WiFiNINA_Generic.h>
#include <ArduinoJson.h>
// #define ARDUINOJSON_USE_DOUBLE 1
#include <constants/constants.h>
#include <includes/constants.h>
#include <FastLED.h>

class Surf_Checker
Expand Down
2 changes: 2 additions & 0 deletions update-scripts/Windows/update-script.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ arduino-cli compile --fqbn %target% %path_to_example%
ECHO %ERRORLEVEL%
IF %ERRORLEVEL% NEQ 0 (
ECHO Compilation has failed.
pause
EXIT
)
ECHO Starting upload...
arduino-cli upload -p %nano_com_port% --fqbn %target% %path_to_example%
Expand Down

0 comments on commit c8ccf5c

Please sign in to comment.