forked from btclock/btclock_v3
Fix function definition and rev.b definition
This commit is contained in:
parent
cff6131fc4
commit
10fe5b5053
2 changed files with 2 additions and 6 deletions
|
@ -71,11 +71,7 @@ board = btclock_rev_b
|
||||||
board_build.partitions = partition_8mb.csv
|
board_build.partitions = partition_8mb.csv
|
||||||
build_flags =
|
build_flags =
|
||||||
${btclock_base.build_flags}
|
${btclock_base.build_flags}
|
||||||
-D MCP_INT_PIN=8docker run --rm -e RENOVATE_TOKEN -e LOG_LEVEL=debug \
|
-D MCP_INT_PIN=8
|
||||||
-e "RENOVATE_REPOSITORIES=[\"your-repo-name\"]" \
|
|
||||||
renovate/renovate \
|
|
||||||
--platform local \
|
|
||||||
--dry-run
|
|
||||||
-D NEOPIXEL_PIN=15
|
-D NEOPIXEL_PIN=15
|
||||||
-D NEOPIXEL_COUNT=4
|
-D NEOPIXEL_COUNT=4
|
||||||
-D NUM_SCREENS=7
|
-D NUM_SCREENS=7
|
||||||
|
|
|
@ -176,7 +176,7 @@ std::vector<uint16_t> frontlightGetStatus()
|
||||||
return statuses;
|
return statuses;
|
||||||
}
|
}
|
||||||
|
|
||||||
inline bool frontlightIsOn()
|
bool frontlightIsOn()
|
||||||
{
|
{
|
||||||
return frontlightOn;
|
return frontlightOn;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue