Skip to content

Commit

Permalink
Update Get_started tutorial to RC_2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-rabault committed Jun 19, 2023
1 parent 712619d commit 1f1e328
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Arduino/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ build_flags =
-D PIPEMODE=SERIAL
-D PIPEHAL=ARDUINO
lib_deps =
luos_engine@^2.9.0
luos_engine@^2.9.2
Led
Blinker_App
Pipe
Expand Down
2 changes: 1 addition & 1 deletion ESP32-DevKit/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ build_flags =
-D PIPEMODE=SERIAL
-D PIPEHAL=ARDUINO
lib_deps =
luos_engine@^2.9.0
luos_engine@^2.9.2
Led
Blinker_App
Pipe
Expand Down
2 changes: 1 addition & 1 deletion NUCLEO-F072RB/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build_flags =
-D PIPEMODE=SERIAL
-D PIPEHAL=NUCLEO-F0
lib_deps =
luos_engine@^2.9.0
luos_engine@^2.9.2
Led
Blinker_App
Pipe
Expand Down
2 changes: 1 addition & 1 deletion NUCLEO-F401RE/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build_flags =
-D PIPEMODE=SERIAL
-D PIPEHAL=NUCLEO-F4
lib_deps =
luos_engine@^2.9.0
luos_engine@^2.9.2
Led
Blinker_App
Pipe
Expand Down
2 changes: 1 addition & 1 deletion NUCLEO-F410RB/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build_flags =
-D PIPEMODE=SERIAL
-D PIPEHAL=NUCLEO-F4
lib_deps =
luos_engine@^2.9.0
luos_engine@^2.9.2
Led
Blinker_App
Pipe
Expand Down
2 changes: 1 addition & 1 deletion NUCLEO-G431KB/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build_flags =
-D PIPEMODE=SERIAL
-D PIPEHAL=NUCLEO-G431
lib_deps =
luos_engine@^2.9.0
luos_engine@^2.9.2
Led
Blinker_App
Pipe
Expand Down
2 changes: 1 addition & 1 deletion NUCLEO-L432KC/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build_flags =
-D PIPEMODE=SERIAL
-D PIPEHAL=NUCLEO-L4
lib_deps =
luos_engine@^2.9.0
luos_engine@^2.9.2
Led
Blinker_App
Pipe
Expand Down
2 changes: 1 addition & 1 deletion No-Board/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ build_flags =
-D PIPEHAL=native

lib_deps =
luos_engine@^2.9.0
luos_engine@^2.9.2
Led
Blinker_App
Pipe
Expand Down

0 comments on commit 1f1e328

Please sign in to comment.