Skip to content

Commit

Permalink
feat: add https support with reqwless
Browse files Browse the repository at this point in the history
  • Loading branch information
Sycrosity committed Jun 22, 2024
1 parent e11af48 commit aaec1a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ async fn main(spawner: Spawner) -> ! {

let clocks = ClockControl::max(system.clock_control).freeze();

// let timer_group0 = TimerGroup::new_async(peripherals.TIMG0, &clocks);

let timer_group0 = TimerGroup::new_async(peripherals.TIMG0, &clocks);

esp_hal_embassy::init(&clocks, timer_group0);
Expand Down

0 comments on commit aaec1a9

Please sign in to comment.