lorol

Results 6 issues of lorol

Hi @rjwats I tested with minor tweak of platformio.ini and ESPFS.h, at least it builds fine with my "hacky" esp32 library here: https://github.com/lorol/LITTLEFS See the PlatformIO note at the the...

Hi, Please take a look - this platform has additional SPI buses. https://github.com/stm32duino/wiki/wiki/API#spi When we are using an ISP OLED, on such platforms, we can direct the AD9833 to an...

Fix, to get it working. I use the latest node.js WIN10 (64): install mime-types change of web_server.js //var mime = require('mime'); var mime=require('mime-types'); (I ran the simulated webdev by curiosity,...

Hi Pieter, once again - excellent and clean work. Thank you! I believe your example 14 is perfect framework to deploy websocket server apps on ESP8266. Could you help with...

demo.php returns to Mozilla browser: SyntaxError: JSON.parse: expected ',' or '}' after property value in object at line 147 column 24 of the JSON data It is due to an...

Hi, the math needs to be corrected to get valid lines on negative temperatures: Something like this: ` function tempToPixel($height, $max, $min, $temp) { return ($temp - $min) * $height...