Moritz Wirger

Results 17 comments of Moritz Wirger

I had the same issue, but the following did the trick: ```js import * as Color from 'colors'; // below line fixes color print Color.red; console.log('Oh my heavens! '.rainbow); ```

I would still go for the extra protection using the voltage divider, as I remember correctly I killed an ESP8266 before supplying 5V to a GPIO. So better stay on...

@Q7Jensen that's still a [todo](https://github.com/Hypfer/esp8266-vindriktning-particle-sensor#todo), but afaik if the device can't connect to its configured WiFi network it goes into AP mode and you can reconfigure.

I can observe the same Javascript error when using the [gui example](https://github.com/s00500/ESPUI/tree/master/examples/gui) ``` handleEvent @ controls.js:218 controls.js:10 MessageEvent {isTrusted: true, data: "{\"type\":105,\"value\":\"0\",\"id\":7,\"color\":6}", origin: "ws://192.168.2.117", lastEventId: "", source: null, …} controls.js:10...

Just as a note this issue relates to #444 and #462 and also +1 for this 👍

@danagbemava-nc it might be too harsh to just delete the whole folder, but after letting flutter regenerate all the files I can see that it only changed the following `windows/CMakeLists.txt`,...

I think I upgraded from 3.0.4 to 3.3.0, so that might be the clue

@cbracken Diff of `windows/CMakeLists.txt`: ```diff diff --git a/windows/CMakeLists.txt b/windows/CMakeLists.txt index 47d780a..4d3c984 100644 --- a/windows/CMakeLists.txt +++ b/windows/CMakeLists.txt @@ -1,13 +1,16 @@ -cmake_minimum_required(VERSION 3.15) +# Project-level configuration. +cmake_minimum_required(VERSION 3.14) project(helios_gui LANGUAGES CXX)...

Hey @yknivag I knew I forgot to remove some of my test code. I had the client.setInsecure(); in there, because I tested sth. I am aware of the possibility of...