1st compiling version, display seems to be ok, RF not tested.
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
#ifdef MONGOOSE_OS
|
||||
/*
|
||||
static bool s_randomSeedCalled = false;
|
||||
|
||||
static void randomSeed(unsigned long seed) {
|
||||
if(seed != 0) {
|
||||
srand(seed);
|
||||
|
@@ -890,7 +890,9 @@
|
||||
#define YIELD yield();
|
||||
#elif (RH_PLATFORM == RH_PLATFORM_ESP8266)
|
||||
// ESP8266 also hash it
|
||||
#define YIELD yield();
|
||||
// freertos/include/freertos/task.h
|
||||
// #include "freertos/task.h"
|
||||
#define YIELD
|
||||
#else
|
||||
#define YIELD
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user