- 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,7 @@
#pragma once
#include "InputBroker.h"
#include "SinglePortModule.h" // TODO: what header file to include?
#include "mesh/nodeDB.h"
class UpDownInterruptBase : public Observable<const InputEvent *>
{