Block a user
Use available WiFi networks & their RSSI to seed the RNG
BigDynamic doesn't refresh the clock
RandomMatrix and RainbowMatrix are broken
5b70511570
Added options to config.sample.h
77fdba213a
I'm tired and forgot to add two files to previous commits. :-/
ead076f9a3
You can now set options for effects via MQTT and HTTP. Basic syntax is: <mode>,<option1>=<value1>,<option2>=<value2>,...
82fbc7be43
MQTT: Small fixes. Most notably, MQTT_TOPIC/status will now contain hostname and IP of pitrix.
90c0df093e
New Effect: BigDynamicEffect.
FastLED.show() oft aufrufen und Temporal Dithering aktivieren
Extend Matrix to be able to have multiple Columns per Line
RandomMatrix, but with lines coming from all directions
SingleDynamics but with bigger, overlapping squares
cb4afa5043
Removed support for ESP32. Existing code will stay in place, but new stuff won't be controlled for ESP32 compatibility.
74b967392d
Cleanup.
8c9e9e2e2e
MQTT: Use new effect structure and logging.
f1424d0277
Extended http server to list files in SPIFFS and allow you to upload and delete files.
e52d7c750d
Define flash layout in platformio.ini in order to have space for a SPIFFS file system.
d1a49fe625
Added missing library.
3edbf6b252
Added PicelClockEffect.
dc40653fea
Removed errorneous line from platformio.ini
b65afde142
MatrixEffect now uses dynamically allocated memory.
02b3bbcea8
Added methods for drawing lines and circles to Window.
0af76f2195
gif2c: Produce nicer formatted C code.
60aacb0531
Set PlatformIO's lib_ldf_mode to chain+ to prevent it from including ESP32 libraries in ESP8266 projects and vice versa.
5ce3b0c1b3
Centralized the creation of a hostname to a global variable hostname, set in pitrix.cpp. Added an mDNS record for the webserver.
4fdd1d3739
Added animation 'cake'.
1e23936374
Added effect 'gol': Conway's Game of Life.
291a3be623
Moved platform-specific code related to WiFi and services to my_wifi.h. Also, made the HTTP server stuff compatible to ESP32.
ea4898daa6
Added .pioenvs and .piolibdeps to .gitignore.
bfe46220ca
Added HTTP REST API.
308196d185
Added fps to MQTT metrics.
ca980b0c9f
You can now set LED_MAX_MILLIAMPS if your power supply is limited.