Skip to content

Instantly share code, notes, and snippets.

@jpadie
jpadie / app_main.c
Last active April 23, 2018 06:36
IR Blaster code that's not getting any logging output
#include <stdio.h>
#include <stdint.h>
#include <stddef.h>
#include <string.h>
#include "esp_wifi.h"
#include "esp_system.h"
#include "nvs_flash.h"
#include "esp_event_loop.h"
#include "freertos/FreeRTOS.h"