ROSBuzz_MISTLab/buzz_scripts/include/update.bzz
vivek-shankar 8fa58e5e5b Made updates optional: including update.bzz will turnon update and
not including it will disable updates.
2018-06-06 23:58:38 -04:00

10 lines
437 B
Plaintext

####################################################################################################
# Updater related
# This should be here for the updater to work, changing position of code will crash the updater
####################################################################################################
updated="update_ack"
update_no=0
updates_active = 1
function updated_no_bct(){
neighbors.broadcast(updated, update_no)
}