Results 13 issues of 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: ![image](https://github.com/user-attachments/assets/2e70b4e1-dc1b-43e5-9d31-c1f7deecd109) ![image](https://github.com/user-attachments/assets/40d8fb54-6057-47b1-abf2-089aa31bb52d) ![image](https://github.com/user-attachments/assets/ba31f9e3-1d7d-43dd-b66e-4289b9861f7b) * All web UI sources can be served directly from the ESP8266 (although...