Skip to content

Commit

Permalink
Upgraded to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
genemars committed Dec 30, 2023
1 parent b1a2423 commit 929c542
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 14 deletions.
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Travis Build Status](https://travis-ci.org/genielabs/homegenie-mini.svg?branch=master)](https://travis-ci.org/genielabs/homegenie-mini)
![homegenie-mini workflow](https://github.com/genielabs/homegenie-mini/actions/workflows/platformio.yml/badge.svg)

# HomeGenie Mini v1.2 <small>`ESP32 / ESP8266`</small>

Expand Down
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ board_build.partitions = min_spiffs.csv


[env:d1-mini]
platform = espressif8266@1.7.3
platform = espressif8266@2.6.3
board = d1_mini
lib_ignore =
ESP32Time
Expand Down Expand Up @@ -72,7 +72,7 @@ board_build.flash_size = 4MB
board_build.partitions = min_spiffs.csv

[env:smart-sensor-d1-mini]
platform = espressif8266@1.7.3
platform = espressif8266@2.6.3
board = d1_mini
build_flags = -I examples -I src
build_src_filter = +<src> -<src/main.cpp> +<examples/smart-sensor>
Expand Down
1 change: 0 additions & 1 deletion src/net/WiFiManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

#ifdef ESP8266
#include <ESP8266WiFi.h>
#include <include/wl_definitions.h>
#else
#include <WiFi.h>
#include <Preferences.h>
Expand Down

0 comments on commit 929c542

Please sign in to comment.