- implement shutdown (deep sleep forever) on ESP32

- Clean up shutdown and delayed shutdown code conditionals.
- clean up inputbroker includes
This commit is contained in:
Thomas Göttgens
2023-03-11 22:40:33 +01:00
parent c9686d2f62
commit a83d5ada86
5 changed files with 22 additions and 24 deletions

View File

@@ -1,7 +1,8 @@
#pragma once
#include "InputBroker.h"
#include "SinglePortModule.h" // TODO: what header file to include?
#include "concurrency/OSThread.h"
#include "mesh/generated/meshtastic/module_config.pb.h"
enum RotaryEncoderInterruptBaseStateType { ROTARY_EVENT_OCCURRED, ROTARY_EVENT_CLEARED };