JM

Results 5 issues of JM

I did a put of an 80k text file (to an ESP8266), and I thought mos.exe hung. Then I did a get and timed it: the transfer took more than...

(4MB NodeMCU/Windows 10) For some reason a PUT stopped working: ``` PS C:\Mongoose> ls Directory: C:\Mongoose Mode LastWriteTime Length Name ---- ------------- ------ ---- d----- 01/02/2018 11:54 build d----- 29/01/2018...

For details look at https://forum.mongoose-os.com/discussion/1965/newbie-device-setup-wificonfiguration-fails It is probably caused by a problem with the serial port (on the Doit ESP32 devboard), see: https://github.com/espressif/esp-idf/issues/1202 and https://github.com/espressif/arduino-esp32/issues/854

## Problem Description I got a conflict with http_parser.h, which uses the same macro name: #define XX() ## Code to reproduce this issue #define XX(x) something ## Proposed solution Never...

Hello, how does one set the baudrate?? And where, client or server? A typical serial port can't be used if the baudrate can't be set. Curiously all the examples ignore...