User contributions
Jump to navigation
Jump to search
- 17:33, 2 January 2021 diff hist +47 Modular ESP Firmware - MQTT - Individual Functions →Supplimentary Functions
- 15:46, 2 January 2021 diff hist -49 Modular ESP Firmware - MQTT - Individual Functions →void MQTT_reconnect();
- 15:43, 2 January 2021 diff hist +230 Modular ESP Firmware - MQTT - Individual Functions →void DOtheBloodyMQTT();
- 15:40, 2 January 2021 diff hist +28 Modular ESP Firmware - MQTT - Individual Functions →void setup_mqtt();
- 15:39, 2 January 2021 diff hist +160 Modular ESP Firmware - MQTT - Individual Functions →Main Functions
- 15:27, 2 January 2021 diff hist +174 IoT - Collabs - ESP Firmware with Guru →MQTT
- 15:18, 2 January 2021 diff hist +405 Modular ESP Firmware - MQTT - Declarations and Defines →In main.cpp current
- 15:15, 2 January 2021 diff hist +43 Modular ESP Firmware - MQTT - Declarations and Defines →In MQTT.h
- 14:48, 2 January 2021 diff hist -8 Modular ESP Firmware - Baseline - Work Environment →Common settings current
- 14:47, 2 January 2021 diff hist +73 Modular ESP Firmware - Baseline - Work Environment →Common settings
- 14:22, 2 January 2021 diff hist +48 Modular ESP Firmware - Baseline - Individual Functions →void setup_wifi(); current
- 13:16, 2 January 2021 diff hist +58 IoT - Collabs - ESP Firmware with Guru →main.cpp
- 13:14, 2 January 2021 diff hist +574 IoT - Collabs - ESP Firmware with Guru →Baseline
- 13:08, 2 January 2021 diff hist +86 Modular ESP Firmware - Baseline - Individual Functions →void setup_wifi();
- 13:02, 2 January 2021 diff hist +1,326 N Modular ESP Firmware - Baseline - Individual Functions Created page with "== void setup_wifi(); == Called from inside <code>setup()</code> to configure your MQTT connection. <syntaxhighlight lang="cpp" line="1"> ///////////////////////////////////..."
- 12:47, 2 January 2021 diff hist +1,217 N Modular ESP Firmware - Baseline - Declarations and Defines Created page with "== In TopSecret.h == <syntaxhighlight lang="cpp" line="1"> #ifndef TOPSECRET_H #define TOPSECRET_H // WiFi // Store your WiFi credentials here. // Update these with values s..." current
- 12:33, 2 January 2021 diff hist +110 Modular ESP Firmware - Baseline - Work Environment →Notes
- 12:00, 2 January 2021 diff hist -2 Modular ESP Firmware - Baseline - Work Environment →platformio.ini
- 11:48, 2 January 2021 diff hist +87 Modular ESP Firmware - Baseline - Work Environment →Notes
- 11:46, 2 January 2021 diff hist +147 Modular ESP Firmware - Baseline - Work Environment →Notes
- 11:40, 2 January 2021 diff hist +123 Modular ESP Firmware - Baseline - Work Environment →Notes
- 11:35, 2 January 2021 diff hist +161 Modular ESP Firmware - Baseline - Work Environment →platformio.ini
- 11:33, 2 January 2021 diff hist +51 Modular ESP Firmware - Baseline - Work Environment →Most ESP8266 Devices
- 11:31, 2 January 2021 diff hist +199 Modular ESP Firmware - Baseline - Work Environment →platformio.ini
- 11:09, 2 January 2021 diff hist +278 Modular ESP Firmware - Baseline - Work Environment →platformio.ini
- 11:02, 2 January 2021 diff hist -11 Modular ESP Firmware - Baseline - Work Environment →platformio.ini
- 11:01, 2 January 2021 diff hist +289 N Modular ESP Firmware - Baseline - Work Environment Created page with "== platformio.ini == <syntaxhighlight lang="ini" line="1"> [env:esp8266] platform = espressif8266 board = esp07 ; Pretty much ANY esp8266 board is an esp07 as far..."
- 10:56, 2 January 2021 diff hist +266 IoT - Collabs - ESP Firmware with Guru →Baseline
- 23:39, 1 January 2021 diff hist +280 Modular ESP Firmware - MQTT - Individual Functions →void MQTT_reconnect();
- 23:38, 1 January 2021 diff hist +158 Modular ESP Firmware - MQTT - Individual Functions →void MQTT_beacon();
- 23:36, 1 January 2021 diff hist +515 Modular ESP Firmware - MQTT - Individual Functions →void MQTT_beacon();
- 23:30, 1 January 2021 diff hist +475 Modular ESP Firmware - MQTT - Individual Functions →void DoLights(char *WhatToDo); // Turn LED on/off
- 21:44, 31 December 2020 diff hist +140 Modular ESP Firmware - NeoPixels - Declarations and Defines →In Pixels.h current
- 17:12, 31 December 2020 diff hist +70 IoT - Collabs - ESP Firmware with Guru →NeoPixels
- 16:47, 31 December 2020 diff hist -2 Modular ESP Firmware - NeoPixels - Individual Functions →void SetAPixel(int PixelNumber, int Colour[]) current
- 16:46, 31 December 2020 diff hist -407 Modular ESP Firmware - NeoPixels - Declarations and Defines →In Pixels.h
- 16:43, 31 December 2020 diff hist -22 Modular ESP Firmware - NeoPixels - Individual Functions →Main Functions
- 16:38, 31 December 2020 diff hist +181 Modular ESP Firmware - NeoPixels - Individual Functions →foo
- 16:25, 31 December 2020 diff hist +137 Modular ESP Firmware - NeoPixels - Declarations and Defines →In Pixels.h
- 16:22, 31 December 2020 diff hist +1,179 Modular ESP Firmware - NeoPixels - Declarations and Defines →In Pixels.h
- 16:15, 31 December 2020 diff hist +16 IoT - Collabs - ESP Firmware with Guru →NeoPixels Tag: Visual edit
- 16:15, 31 December 2020 diff hist +19 IoT - Collabs - ESP Firmware with Guru →NeoPixels
- 16:13, 31 December 2020 diff hist +516 N Modular ESP Firmware - NeoPixels - Individual Functions Created page with "== Main Functions == === foo === <syntaxhighlight lang="cpp" line="1"> </syntaxhighlight> === bar === <syntaxhighlight lang="cpp" line="1"> </syntaxhighlight> == Suppli..."
- 16:10, 31 December 2020 diff hist +154 N Modular ESP Firmware - NeoPixels - Declarations and Defines Created page with "== In Pixels.h == <syntaxhighlight lang="cpp" line="1"> </syntaxhighlight> == In main.cpp == <syntaxhighlight lang="cpp" line="1"> </syntaxhighlight>"
- 15:54, 31 December 2020 diff hist +276 IoT - Collabs - ESP Firmware with Guru →NeoPixels
- 22:33, 28 December 2020 diff hist +62 Linux - Stats over MQTT →The cron job
- 21:07, 28 December 2020 diff hist -6 Linux - Stats over MQTT →/usr/local/bin/MQTTstats.sh
- 21:06, 28 December 2020 diff hist +9 Linux - Stats over MQTT →/usr/local/bin/MQTTstats.sh
- 20:44, 28 December 2020 diff hist +1,294 N Linux - Stats over MQTT Created page with "=== /usr/local/bin/MQTTstats.sh === <syntaxhighlight lang="sh" line="1"> # Get uptime if [ -f "/proc/uptime" ]; then uptime=`cat /proc/uptime` uptime=${uptime%%.*} seconds=$((..." Tag: Visual edit
- 20:40, 28 December 2020 diff hist +45 OS - Linux Tag: Visual edit