Skip to content

Commit 3483e75

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 11ac3dd + 8ee8ae4 commit 3483e75

File tree

6 files changed

+12
-18
lines changed

6 files changed

+12
-18
lines changed

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ src_build_flags =
237237
${common.src_build_flags}
238238
${common.debug_flags}
239239
-D NEO_PIXEL_PIN=17
240-
-D NEO_PIXEL_LENGTH=2
240+
-D NEO_PIXEL_LENGTH=14
241241
-D WIFI_PIXEL_NUMBER=1
242242
-D WIFI_BUTTON=0
243243
-D WIFI_BUTTON_PRESSED_STATE=LOW

src/input.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@
2323

2424
#include "RapiSender.h"
2525

26-
int espflash = 0;
27-
int espfree = 0;
28-
29-
long current_scale = 0;
30-
long current_offset = 0;
31-
3226
class InputTask : public MicroTasks::Task
3327
{
3428
private:

src/net_manager.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ static bool eth_connected = false;
6161
// Start Access Point
6262
// Access point is used for wifi network selection
6363
// -------------------------------------------------------------------
64-
void
64+
static void
6565
startAP() {
6666
DBUGLN("Starting AP");
6767

@@ -105,7 +105,7 @@ startAP() {
105105
// -------------------------------------------------------------------
106106
// Start Client, attempt to connect to Wifi network
107107
// -------------------------------------------------------------------
108-
void
108+
static void
109109
startClient()
110110
{
111111
DEBUG.print("Connecting to SSID: ");

src/ohm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#endif
1616

1717
String ohm_hour = "NotConnected";
18-
int evse_sleep = 0;
18+
static int evse_sleep = 0;
1919

2020
static MongooseHttpClient client;
2121

tesla_login/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tesla_login/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"cors": "^2.8.5",
1616
"debug": "^4.3.1",
1717
"express": "^4.17.1",
18-
"minimist": "^1.2.5",
18+
"minimist": "^1.2.6",
1919
"nodemon": "^2.0.7",
2020
"teslajs": "^4.9.8"
2121
},

0 commit comments

Comments
 (0)