Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Script/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ def gpioInilitization():

gpio.pinMode(RESET_PUSH_SWITCH_PIN, INPUT)

gpio.pinMode(ON_BOARD_LED_PIN, OUTPUT)

gpio.digitalWrite(GPIO_3V3_1_PIN, HIGH)
gpio.digitalWrite(GPIO_3V3_2_PIN, HIGH)

Expand Down Expand Up @@ -276,6 +274,7 @@ def loop():
# If reset button pressed then clean the old stuffs
if ResetTrigger:
cycleCounter = 0
gpio.digitalWrite(ON_BOARD_LED_PIN, LOW)
Comment thread
arghyabi marked this conversation as resolved.
setCycleCount(cycleCounter)
ResetTrigger = False
time.sleep(2)
Expand Down
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
appVersion: 1.7.3.1013
appVersion: 1.7.4.1014
maxCount : 7500000