Skip to content

Instantly share code, notes, and snippets.

View patrykkrz's full-sized avatar

Patryk Krzywdziński patrykkrz

View GitHub Profile
@patrykkrz
patrykkrz / main.c
Last active January 30, 2019 09:47
ESP32 modbus crash
/**
*
* Description: Modbus crash example, when WiFI AP mode
*
*/
#include <stdio.h>
#include <stdint.h>
#include "esp_err.h"