mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-16 10:02:05 +00:00
local variable and class variable may not be named the same
This commit is contained in:
parent
71c0726838
commit
24c4ee9bfa
@ -83,8 +83,6 @@ NodeInfoModule::NodeInfoModule()
|
|||||||
|
|
||||||
int32_t NodeInfoModule::runOnce()
|
int32_t NodeInfoModule::runOnce()
|
||||||
{
|
{
|
||||||
static uint32_t currentGeneration;
|
|
||||||
|
|
||||||
// If we changed channels, ask everyone else for their latest info
|
// If we changed channels, ask everyone else for their latest info
|
||||||
bool requestReplies = currentGeneration != radioGeneration;
|
bool requestReplies = currentGeneration != radioGeneration;
|
||||||
currentGeneration = radioGeneration;
|
currentGeneration = radioGeneration;
|
||||||
|
Loading…
Reference in New Issue
Block a user