|
|
@ -10,6 +10,7 @@ int strcasecmp(const char *a, const char *b); |
|
|
|
#include <eagle_soc.h> |
|
|
|
#include <eagle_soc.h> |
|
|
|
#include <ets_sys.h> |
|
|
|
#include <ets_sys.h> |
|
|
|
#include <os_type.h> |
|
|
|
#include <os_type.h> |
|
|
|
|
|
|
|
//#include <user_interface.h>
|
|
|
|
//Missing function prototypes in include folders. Gcc will warn on these if we don't define 'em anywhere.
|
|
|
|
//Missing function prototypes in include folders. Gcc will warn on these if we don't define 'em anywhere.
|
|
|
|
//MOST OF THESE ARE GUESSED! but they seem to swork and shut up the compiler.
|
|
|
|
//MOST OF THESE ARE GUESSED! but they seem to swork and shut up the compiler.
|
|
|
|
typedef struct espconn espconn; |
|
|
|
typedef struct espconn espconn; |
|
|
@ -40,7 +41,7 @@ int os_printf(const char *format, ...) __attribute__ ((format (printf, 1, 2))); |
|
|
|
int os_snprintf(char *str, size_t size, const char *format, ...) __attribute__ ((format (printf, 3, 4))); |
|
|
|
int os_snprintf(char *str, size_t size, const char *format, ...) __attribute__ ((format (printf, 3, 4))); |
|
|
|
int os_printf_plus(const char *format, ...) __attribute__ ((format (printf, 1, 2))); |
|
|
|
int os_printf_plus(const char *format, ...) __attribute__ ((format (printf, 1, 2))); |
|
|
|
void uart_div_modify(int no, unsigned int freq); |
|
|
|
void uart_div_modify(int no, unsigned int freq); |
|
|
|
uint8 wifi_get_opmode(void); |
|
|
|
//uint8 wifi_get_opmode(void);
|
|
|
|
uint32 system_get_time(); |
|
|
|
uint32 system_get_time(); |
|
|
|
int rand(void); |
|
|
|
int rand(void); |
|
|
|
void ets_bzero(void *s, size_t n); |
|
|
|
void ets_bzero(void *s, size_t n); |
|
|
|