Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pousseseringue-arduino
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thomas Flayols
pousseseringue-arduino
Commits
31b3f7a8
Commit
31b3f7a8
authored
2 years ago
by
David Gauchard
Browse files
Options
Downloads
Patches
Plain Diff
correction mineure des scripts de lancement de la partie emulation
parent
1adf73db
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+6
-5
6 additions, 5 deletions
README.md
host_gui/make.sh
+2
-1
2 additions, 1 deletion
host_gui/make.sh
with
8 additions
and
6 deletions
README.md
+
6
−
5
View file @
31b3f7a8
...
@@ -103,16 +103,17 @@ firefox localhost:9080
...
@@ -103,16 +103,17 @@ firefox localhost:9080
## Visualization locale de l'interface utilisateur sans l'arduino.
## Visualization locale de l'interface utilisateur sans l'arduino.
Compiler l'application local
l
ement:
Compiler l'application localement:
```
```
# se positionner dans pousseseringue-arduino/
export ESP8266ARDUINO=~/devel/workspace/src/arduino_esp8266
export ESP8266ARDUINO=~/devel/workspace/src/arduino_esp8266
export ARDUINOLIB=~/devel/workspace/src/
export ARDUINOLIB=~/devel/workspace/src/
cd
~/devel/workspace/src/
cd
host_gui
./
host_gui/
make.sh
./make.sh
```
```
lancer le server:
lancer le server:
```
```
~/devel/workspace/src/arduino_esp8266
/tests/host/bin/pousseseringue-arduino/pousseseringue-arduino
${ESP8266ARDUINO}
/tests/host/bin/pousseseringue-arduino/pousseseringue-arduino
```
```
## Some code details explanation
## Some code details explanation
...
@@ -128,4 +129,4 @@ le gui sans avoir la carte éléctronique physiquement et de la flasher.
...
@@ -128,4 +129,4 @@ le gui sans avoir la carte éléctronique physiquement et de la flasher.
#else // !CORE_MOCK
#else // !CORE_MOCK
// on host
// on host
#endif // !CORE_MOCK
#endif // !CORE_MOCK
```
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.
host_gui/make.sh
+
2
−
1
View file @
31b3f7a8
#!/bin/sh -ex
#!/bin/sh -ex
pwd
=
$(
pwd
)
cd
${
ESP8266ARDUINO
}
/tests/host
cd
${
ESP8266ARDUINO
}
/tests/host
make
FORCE32
=
0 ssl
make
FORCE32
=
0 ssl
make
-j
10
FORCE32
=
0
D
=
1
USERCFLAGS
=
"-I
${
ARDUINOLIB
}
/emuAsync/replacement"
ULIBDIRS
=
${
ARDUINOLIB
}
/emuAsync:
${
ARDUINOLIB
}
/ESPUI:
${
ARDUINOLIB
}
/ArduinoJson:
${
ARDUINOLIB
}
/arduinoWebSockets
${
ARDUINOLIB
}
/pousseseringue-arduino/pousseseringue-arduino
make
-j
10
FORCE32
=
0
D
=
1
USERCFLAGS
=
"-I
${
ARDUINOLIB
}
/emuAsync/replacement"
ULIBDIRS
=
${
ARDUINOLIB
}
/emuAsync:
${
ARDUINOLIB
}
/ESPUI:
${
ARDUINOLIB
}
/ArduinoJson:
${
ARDUINOLIB
}
/arduinoWebSockets
${
pwd
}
/../pousseseringue-arduino
\ No newline at end of file
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment