'''
License
-------
No Copyright

The person who associated a work with this deed has dedicated the work to the
public domain by waiving all of his or her rights to the work worldwide under
copyright law, including all related and neighboring rights, to the extent
allowed by law.

You can copy, modify, distribute and perform the work, even for commercial
purposes, all without asking permission.

See https://creativecommons.org/share-your-work/public-domain/cc0/ for more
information on the license.


Project
-------
This file is part of the wedding pictogram project, made by
Maarten Tromp <maarten@geekabit.nl>.

More info on the project:
https://www.geekabit.nl/projects/wedding-gift-sprite/
'''


# Set board type.
# 0 = groom
# 1 = bride
board_type = const(1)

# Set the name of your icon. This will be broadcast as bluetooth name.
me = "Mingming"

# And set the name of the icon you are looking for. This will be used for proximity sensing.
spouse = "Jeroen"


# end of file
