Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Apr 13, 2024
2 parents f37f004 + eddaa02 commit a0aa926
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

While there is the excellent https://github.com/ccutrer/balboa_worldwide_app project that handled the new WiFi capable BP range of controllers, their project is *NOT* compatible with the older GL/EL range such as the GL2000, GL2001 or EL2000 - This one is.

The aim of this project is to achieve similar Home Assistant integration as the app from ccutrer - we are about 90% of the way there
The aim of this project is to achieve similar Home Assistant integration as the app from ccutrer - we are about 95% of the way there

If you have the Balboa GS series please try - https://github.com/MagnusPer/Balboa-GS510SZ

Expand Down
6 changes: 5 additions & 1 deletion sensor/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ lib_deps =
[env:wemos_d1_mini32]
platform = espressif32
board = wemos_d1_mini32
monitor_filters = esp32_exception_decoder

[env:remote_wemos_d1_mini32]
platform = espressif32
Expand All @@ -39,10 +40,12 @@ upload_flags =
[env:d1_mini_lite]
board = d1_mini_lite
platform = espressif8266
monitor_filters = esp8266_exception_decoder

[env:t-rsc3] ; Lilygo T-RSC3
platform = espressif32
board = esp32-c3-devkitm-1
monitor_filters = esp32_exception_decoder
lib_deps =
${env.lib_deps}
https://github.com/adafruit/Adafruit_NeoPixel.git#1.11.1
Expand All @@ -53,4 +56,5 @@ build_flags =

[env:pico32]
platform = espressif32
board = pico32
board = pico32
monitor_filters = esp32_exception_decoder

0 comments on commit a0aa926

Please sign in to comment.