Add basic LAMP functionality; Fix comments

- Basic lamp functionality: simply turn on when not in COUNTING or TARGET_REACHED
    state

- Remove unnecessary comments, fix code formatting in several files
This commit is contained in:
jonny_ji7
2022-09-22 11:23:48 +02:00
parent 2cf1762569
commit 5b49406cb8
5 changed files with 49 additions and 54 deletions

View File

@@ -22,8 +22,6 @@ static const char *TAG = "cutter"; //tag for logging
//=========================
//========= start =========
//=========================