mirror of
https://github.com/bendtherules/Patient-counter-esp8266.git
synced 2026-08-18 13:52:39 +00:00
Test my wifi
This commit is contained in:
Binary file not shown.
+3
-3
@@ -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
@@ -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
@@ -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
@@ -1 +1 @@
|
||||
76
|
||||
84
|
||||
Reference in New Issue
Block a user