Lines Matching full:custom
183 response = tp.send_data('custom-config', message)
193 response = tp.send_data('custom-data', message)
377 …parser.add_argument('--custom_info', dest='custom_info', type=str, default='<some custom info stri…
379 … 'Custom Config Info String. "--custom_config" must be specified for using this'))
382 … 'Custom Config Version Number. "--custom_config" must be specified for using this'))
433 print('\n==== Sending Custom config to esp32 ====')
435 print('---- Error in custom config ----')
437 print('==== Custom config sent successfully ====')
440 print('\n==== Sending Custom data to esp32 ====')
442 print('---- Error in custom data ----')
444 print('==== Custom data sent successfully ====')