nfc_maker_scene_config.h 705 B

123456789101112131415161718
  1. ADD_SCENE(nfc_maker, start, Start)
  2. ADD_SCENE(nfc_maker, bluetooth, Bluetooth)
  3. ADD_SCENE(nfc_maker, contact, Contact)
  4. ADD_SCENE(nfc_maker, contact_last, ContactLast)
  5. ADD_SCENE(nfc_maker, contact_mail, ContactMail)
  6. ADD_SCENE(nfc_maker, contact_phone, ContactPhone)
  7. ADD_SCENE(nfc_maker, contact_url, ContactUrl)
  8. ADD_SCENE(nfc_maker, https, Https)
  9. ADD_SCENE(nfc_maker, mail, Mail)
  10. ADD_SCENE(nfc_maker, phone, Phone)
  11. ADD_SCENE(nfc_maker, text, Text)
  12. ADD_SCENE(nfc_maker, url, Url)
  13. ADD_SCENE(nfc_maker, wifi, Wifi)
  14. ADD_SCENE(nfc_maker, wifi_auth, WifiAuth)
  15. ADD_SCENE(nfc_maker, wifi_encr, WifiEncr)
  16. ADD_SCENE(nfc_maker, wifi_pass, WifiPass)
  17. ADD_SCENE(nfc_maker, save, Save)
  18. ADD_SCENE(nfc_maker, result, Result)