Sming icon indicating copy to clipboard operation
Sming copied to clipboard

Sming - powerful open source framework simplifying the creation of embedded C++ applications.

Results 111 Sming issues
Sort by recently updated
recently updated
newest added

I suspect there may be a memory leak in sending an email (or maybe the samples error handling could be improved) I modified the sample to send to a host...

This repo's license is specified as LGPL-3. However, one of the 3rd party libs is ESP8266_new_pwm, which is specified as GPL-2. I understand that when you incorporate code licensed under...

Hi all, I love sming because i could compile source code faster than using arduino/platformio, but unfortunately not all library from arduino can be used in sming. One of them...

0 - Backlog

Example I bumped into, just now: DateTime::toShortDateString() Code does not change internal state of the object, so it should be declared as 'const', so that I'm allowed to use it...

Enhancement

I have been testing Sming for months and sometimes there are problems with module. Module ESP8266-01S, Sming version about 3.1, battery operated, connected with router which is often reset by...

One day ago a project based on Sming was released on Kickstarter. The project is called [U:Kit](https://www.kickstarter.com/projects/1705039264/attachixs-u-kit) and it is a smart smoke and motion sensor kit that is based...

You should check the quick install guides. Tried both on Mac and Ubuntu, did not succeed on any of them. Maybe this is a great product but it is way...

**Library version:** 3.5.0 **Operating system:** Windows 10 x64 **Env vars:** ``` ESP_HOME = c:/Espressif SDK_BASE = c:/tools/sming/Sming/third-party/ESP8266_NONOS_SDK SMING_HOME = c:/tools/sming/Sming ``` **Error output in console:** ``` cd c:\tools\sming\Sming c:\tools\sming\Sming make...

> C:\WINDOWS\system32>choco install sming -y -source 'https://www.myget.org/f/sming/' > Chocolatey v0.10.8 > Installing the following packages: > sming > By installing you accept licenses for the packages. > sming not installed....

If you configure an GPIO with mode INPUT_PULLUP then attach an interrupt to the pin, the pull-up does not seem to work. **Example** Connect a push-to-make button between GPIO pin...