Use own nostrduino fork, improve nostr code, WebUI update
This commit is contained in:
parent
957a947bc5
commit
66c662e1fd
3 changed files with 132 additions and 101 deletions
|
@ -43,7 +43,7 @@ lib_deps =
|
|||
https://github.com/dsbaars/universal_pin#feature/mcp23017_rt
|
||||
https://github.com/dsbaars/GxEPD2#universal_pin
|
||||
https://github.com/tzapu/WiFiManager.git#v2.0.17
|
||||
rblb/Nostrduino@1.2.8
|
||||
https://github.com/dsbaars/nostrduino#feature/fix-btclock
|
||||
|
||||
[env:lolin_s3_mini]
|
||||
extends = btclock_base
|
||||
|
@ -71,7 +71,11 @@ board = btclock_rev_b
|
|||
board_build.partitions = partition_8mb.csv
|
||||
build_flags =
|
||||
${btclock_base.build_flags}
|
||||
-D MCP_INT_PIN=8
|
||||
-D MCP_INT_PIN=8docker run --rm -e RENOVATE_TOKEN -e LOG_LEVEL=debug \
|
||||
-e "RENOVATE_REPOSITORIES=[\"your-repo-name\"]" \
|
||||
renovate/renovate \
|
||||
--platform local \
|
||||
--dry-run
|
||||
-D NEOPIXEL_PIN=15
|
||||
-D NEOPIXEL_COUNT=4
|
||||
-D NUM_SCREENS=7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue