Chris Mullins
Chris Mullins
I'm using the following adaptation of the example in the Readme: ``` ruby require 'playful/ssdp' require 'playful/control_point/device' EM.run do searcher = Playful::SSDP.search 'uuid' # Create a deferrable object that can...
https://github.com/ArduCAM/ArduCAM_ESP32S_UNO/blob/master/libraries/ArduCAM/ArduCAM.h#L177 Example compile errors: ``` Compiling .pioenvs/esp32/lib7a2/ArduCAM_ID2094/ArduCAM.cpp.o In file included from /Users/cmullins/.platformio/packages/toolchain-xtensa32/xtensa-esp32-elf/include/c++/5.2.0/vector:64:0, from .piolibdeps/Bleeper_ID1966/src/Helpers/utils.h:1, from .piolibdeps/Bleeper_ID1966/src/Bleeper.h:3, from src/main.cpp:8: /Users/cmullins/.platformio/packages/toolchain-xtensa32/xtensa-esp32-elf/include/c++/5.2.0/bits/stl_vector.h:103:36: error: macro "swap" requires 3 arguments, but only 2 given std::swap(_M_start,...
## New Features * Complete overhaul of the web UI! It looks like this:    * All web UI sources can be served directly from the ESP8266 (although...