mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-07-22 14:30:37 -04:00
Revert "Disable software SPI for ESP32 MCUs"
This reverts commit 793b53dd4c
.
This commit is contained in:
parent
f4c2fa592d
commit
a304b892b7
3 changed files with 6 additions and 17 deletions
|
@ -13,8 +13,6 @@
|
|||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
#include "Config.h"
|
||||
|
||||
#if HAS_EEPROM
|
||||
#include <EEPROM.h>
|
||||
#elif PLATFORM == PLATFORM_NRF52
|
||||
|
@ -22,6 +20,7 @@
|
|||
int written_bytes = 0;
|
||||
#endif
|
||||
#include <stddef.h>
|
||||
#include "Config.h"
|
||||
#include "LoRa.h"
|
||||
#include "ROM.h"
|
||||
#include "Framing.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue