A fork of https://github.com/crosspoint-reader/crosspoint-reader
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'release/1.0.0'

+7 -1
+7 -1
platformio.ini
··· 2 2 default_envs = default 3 3 4 4 [crosspoint] 5 - version = 0.16.0 5 + version = 1.0.0 6 6 7 7 [base] 8 8 platform = espressif32 @ 6.12.0 ··· 60 60 build_flags = 61 61 ${base.build_flags} 62 62 -DCROSSPOINT_VERSION=\"${crosspoint.version}\" 63 + 64 + [env:gh_release_rc] 65 + extends = base 66 + build_flags = 67 + ${base.build_flags} 68 + -DCROSSPOINT_VERSION=\"${crosspoint.version}-rc+${sysenv.CROSSPOINT_RC_HASH}\"