Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Lillifee committed Nov 28, 2020
1 parent 8508a25 commit f5e74c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ I made this cube out of a parquet floor because I had no 3d printer back then. S
INT - is used to wake up from deep sleep. Feel free to use another pin and change it in the ./src/cube.cpp
esp_sleep_enable_ext0_wakeup(GPIO_NUM_33, 1);

I also found a nice article about optimizing for power here: </br>
### Optimization

I also found a nice article about optimizing for power consumption: </br>
https://bitbanksoftware.blogspot.com/2018/10/how-low-can-it-go-optimizing-for-power.html

1. Remove the voltage regulator and bridge it.
Expand Down

0 comments on commit f5e74c0

Please sign in to comment.