Sming - Open Source framework for high efficiency native ESP8266 development

User avatar
By fabiangl
#21443 I use DHT11 and calculated the min, max and average values for
#define COUNT_RECALCULATED_FOR_DEFAULT_ESP_FREQUENCY
Frecuency 80 Mhz Min = 11, Max = 28, Average = 20, I use 20 and readings are stable.
Frecuency 160 Mhz Min = 16, Max = 41, Average = 29, I use 29 and readings are stable.
User avatar
By alonewolfx2
#21587
adamjp wrote:What is the chances of having a dedicated forum for the sming framework? just like nodemcu? It is hard to find information about compiling, examples and sming related info in this monster thread.

did you tried our chat? we can help you in chat about compiling,issues,examples etc
https://gitter.im/alonewolfx2/Sming
User avatar
By mariuszb
#22339 Basic_Blink example and CHERTS environment - after selected in "Make Target" eg. "clean" I have:

make clean
MAKE Version 5.3 Copyright (c) 1987, 2008 CodeGear
( make from my Borland :D )

instead eg.

mingw32-make.exe -f C:/ ... ... /Makefile clean

Any hint? because I little know Linux