Skip to content
Snippets Groups Projects
Commit b5c4c585 authored by Maximilien Naveau's avatar Maximilien Naveau
Browse files

update readme

parent d765081b
No related branches found
No related tags found
1 merge request!8Create a make.sh inorder to build the web server app locally
......@@ -89,6 +89,20 @@ firefox localhost:9080
@todo
## Visualization locale de l'interface utilisateur sans l'arduino.
Compiler l'application locallement:
```
export ESP8266ARDUINO=~/devel/workspace/src/arduino_esp8266
export ARDUINOLIB=~/devel/workspace/src/
cd ~/devel/workspace/src/
./host_gui/make.sh
```
lancer le server:
```
~/devel/workspace/src/arduino_esp8266/tests/host/bin/pousseseringue-arduino/pousseseringue-arduino
```
## Some code details explanation
### CORE_MOCK
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment