Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
Update : Dev Doc, about the PC_MODE
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocargnelutti committed Nov 12, 2017
1 parent 06cff3c commit 500cd8f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,13 @@ Key | Value

* Theses parameters are defined using the config assistant : `python jeanpierre.py --do config`.

# PC Mode
As it is not possible to import picamera or RPi.GPIO Python libraries on PC, you'll have to define the following **environment variable** to let Jean-Pierre know it shouldn't import them.

`PC_MODE=1`

This is usefull for working on the web interface for example, where theses libs are not necessary.


# Contributing
I would be glad that **Jean-Pierre** continues to improve and evolve : don't hesitate to contribute :) !

0 comments on commit 500cd8f

Please sign in to comment.