Skip to content

Commit

Permalink
dangit
Browse files Browse the repository at this point in the history
  • Loading branch information
caveman99 committed Sep 18, 2023
1 parent b7fbe60 commit abd9bd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#include "target_specific.h"
#include <Wire.h>
#include <memory>
#include <soc/rtc.h>
// #include <driver/rtc_io.h>

#include "mesh/eth/ethClient.h"
Expand Down Expand Up @@ -149,6 +148,8 @@ const char *getDeviceName()

#ifdef VEXT_ENABLE_V03

#include <soc/rtc.h>

static uint32_t calibrate_one(rtc_cal_sel_t cal_clk, const char *name)
{
const uint32_t cal_count = 1000;
Expand Down

0 comments on commit abd9bd3

Please sign in to comment.