Test my wifi

This commit is contained in:
2023-12-21 20:22:24 +05:30
parent 4671cd0ccb
commit db79e6f00f
5 changed files with 12 additions and 10 deletions
Binary file not shown.
+3 -3
View File
@@ -1,9 +1,9 @@
#ifndef BUILD_NUMBER
#define BUILD_NUMBER 76
#define BUILD_NUMBER 84
#endif
#ifndef VERSION
#define VERSION "v0.1.76 - 2023-12-10 11:55:31.253066"
#define VERSION "v0.1.84 - 2023-12-21 20:22:00.657608"
#endif
#ifndef VERSION_SHORT
#define VERSION_SHORT "v0.1.76"
#define VERSION_SHORT "v0.1.84"
#endif
+2 -2
View File
@@ -20,7 +20,7 @@ lib_deps =
crankyoldgit/IRremoteESP8266@^2.8.5
enjoyneering/LiquidCrystal_I2C@^1.4.0
monitor_speed = 115200
upload_protocol = espota
upload_port = 192.168.29.35
; upload_protocol = espota
; upload_port = 192.168.29.35
extra_scripts =
pre:scripts/buildscript_versioning.py
+6 -4
View File
@@ -2,11 +2,13 @@
#include <FastLED.h>
#include <LiquidCrystal_I2C.h>
// How many leds in your strip?
#define NUM_LEDS 65
// Skip indicator led
#define SKIP_LEDS 1
#define SKIP_LEDS 0
#define ACTUAL_LEDS 64
// How many leds in your strip?
#define NUM_LEDS ACTUAL_LEDS + SKIP_LEDS
// For led chips like WS2812, which have a data line, ground, and power, you just
+1 -1
View File
@@ -1 +1 @@
76
84