#ifndef _HASH_H #define _HASH_H #include #include uint32_t IRAM_ATTR myhash(const char *data, int len); #endif