Mike

Results 126 comments of Mike

If we can leverage that user interface, sounds like a good idea!

We need something like `Catch`. There are already a number of tests already written for the Arduino esp8266 platform, so adopting a standard framework means we don't have to start...

The line reads as if it's attempting a 32-bit read on a 16-bit value. Highly suspicious: ``` flash_address = pgm_read_dword(&chrtbl_f16[uniCode]); ``` Can you direct me to the source for this...

Got the email, but no definition for `chrtbl_f16`. However, I found https://github.com/MasterSch/Adafruit_GFX_AS/Font16.h which has it defined as: ``` extern const unsigned char* const chrtbl_f16[96]; ``` So the compiler is warning...

So far, no luck in finding a solution to this one. Any suggestions?

The constructor is delcared `explicit String(flash_string_t pstr)` so you'll need to modify code like this: ``` result += addBoolToString(_.Power, String(kPowerStr), false); ```

On further inspection, the FlashString library can handle all this more easily. See https://github.com/mikee47/IRremoteESP8266/tree/sming. Builds but not tested.

Try rebuilding Sming and app with DEBUG_VERBOSE_LEVEL=3

Error -9 is ' connection reset', any help?