Strip out all the parts of Radiohead (most of it) that we don't need

This commit is contained in:
geeksville
2020-04-14 12:31:29 -07:00
parent 5c379c4a98
commit fd17193d5e
22 changed files with 5227 additions and 6 deletions

View File

@@ -1,5 +1,7 @@
#pragma once
#include <Arduino.h>
/// Error codes for critical error
enum CriticalErrorCode { NoError, ErrTxWatchdog, ErrSleepEnterWait, ErrNoRadio };