update
This commit is contained in:
parent
59e6f59d36
commit
133b409d6c
|
@ -4,15 +4,7 @@
|
|||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="6fcbdb26-1795-4695-b353-57b405f1e401" name="Changes" comment="">
|
||||
<change afterPath="$PROJECT_DIR$/conf/main/common.conf" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/conf/common/mqtt.conf" beforeDir="false" afterPath="$PROJECT_DIR$/conf/common/mqtt.conf" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/conf/device/device.conf" beforeDir="false" afterPath="$PROJECT_DIR$/conf/device/device.conf" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/conf/example/supervisord.conf" beforeDir="false" afterPath="$PROJECT_DIR$/conf/example/supervisord.conf" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/config.py" beforeDir="false" afterPath="$PROJECT_DIR$/config.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/tool.py" beforeDir="false" afterPath="$PROJECT_DIR$/tool.py" afterDir="false" />
|
||||
</list>
|
||||
<list default="true" id="6fcbdb26-1795-4695-b353-57b405f1e401" name="Changes" comment="" />
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||
|
@ -70,7 +62,7 @@
|
|||
</component>
|
||||
<component name="RunManager" selected="Shell Script.git_push.sh">
|
||||
<configuration name="t" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
|
||||
<module name="xumu_iot" />
|
||||
<module name="agri_xumu" />
|
||||
<option name="INTERPRETER_OPTIONS" value="" />
|
||||
<option name="PARENT_ENVS" value="true" />
|
||||
<envs>
|
||||
|
@ -91,7 +83,7 @@
|
|||
<method v="2" />
|
||||
</configuration>
|
||||
<configuration name="tes" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
|
||||
<module name="xumu_iot" />
|
||||
<module name="agri_xumu" />
|
||||
<option name="INTERPRETER_OPTIONS" value="" />
|
||||
<option name="PARENT_ENVS" value="true" />
|
||||
<envs>
|
||||
|
@ -112,7 +104,7 @@
|
|||
<method v="2" />
|
||||
</configuration>
|
||||
<configuration name="test" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
|
||||
<module name="xumu_iot" />
|
||||
<module name="agri_xumu" />
|
||||
<option name="INTERPRETER_OPTIONS" value="" />
|
||||
<option name="PARENT_ENVS" value="true" />
|
||||
<envs>
|
||||
|
@ -133,7 +125,7 @@
|
|||
<method v="2" />
|
||||
</configuration>
|
||||
<configuration name="video_task" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
|
||||
<module name="xumu_iot" />
|
||||
<module name="agri_xumu" />
|
||||
<option name="INTERPRETER_OPTIONS" value="" />
|
||||
<option name="PARENT_ENVS" value="true" />
|
||||
<envs>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[program:__mqtt__]
|
||||
directory=/home/pi/xumu_iot
|
||||
directory=/home/pi/agri_xumu
|
||||
command=/usr/bin/python MQTT.py
|
||||
user=pi
|
||||
autostart=true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[program:push_stream]
|
||||
directory=/home/pi/lot_manager/bash
|
||||
directory=/home/pi/agri_xumu/bash
|
||||
command=/usr/bin/bash stream.sh
|
||||
user=pi
|
||||
autostart=true
|
||||
|
|
Loading…
Reference in New Issue