nfc_maker_scene_config.h 813 B

1234567891011121314151617181920
  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_generate, SaveGenerate)
  18. ADD_SCENE(nfc_maker, save_uid, SaveUid)
  19. ADD_SCENE(nfc_maker, save_name, SaveName)
  20. ADD_SCENE(nfc_maker, save_result, SaveResult)