MCPcopy Create free account

hub / github.com/dl9rdz/rdz_ttgo_sonde / functions

Functions1,060 in github.com/dl9rdz/rdz_ttgo_sonde

↓ 1 callersMethod_on_get_info_failed
(self)
ttgoconfig/app.py:1960
↓ 1 callersMethod_on_mode_change
(self, value: str)
ttgoconfig/app.py:2499
↓ 1 callersMethod_on_open_failed
(self, msg: str)
ttgoconfig/app.py:1954
↓ 1 callersMethod_on_scan_done
(self, networks: List[Tuple[str, str, str]])
ttgoconfig/app.py:1972
↓ 1 callersFunction_parse_ansi_to_actions_debug
Parse ANSI and emit only ('insert', text, tag). Escapes become [EL], [SGR:31], etc. No erase handling.
ttgoconfig/app.py:63
↓ 1 callersMethod_preprocess_file
Preprocess the file to track global settings for each block.
screens_editor/parse_screens.py:20
↓ 1 callersMethod_read_elf_file
(self, f)
scripts/esptool.py:2551
↓ 1 callersMethod_read_sections
(self, f, section_header_offs, section_header_count, shstrndx)
scripts/esptool.py:2572
↓ 1 callersMethod_refresh_backup_list
(self)
ttgoconfig/app.py:470
↓ 1 callersMethod_sd_go_up
(self)
ttgoconfig/app.py:1585
↓ 1 callersMethod_set_connect_done
(self)
ttgoconfig/app.py:2022
↓ 1 callersMethod_set_info
(self, text: str)
ttgoconfig/app.py:1926
↓ 1 callersFunction_sh_process_response_chunk
Process one chunk. Returns 1 if status line started with "HTTP/1" (caller sets IDLE), 0 otherwise. */
RX_FSK/src/conn-sondehub.cpp:86
↓ 1 callersFunction_sh_wait_cktimeout
RX_FSK/src/conn-sondehub.cpp:228
↓ 1 callersFunction_strip_ansi
(s: str)
ttgoconfig/cli.py:55
↓ 1 callersMethod_wifi_short_path_display
Abbreviate path for display: show last component if long.
ttgoconfig/app.py:1151
↓ 1 callersFunctionaddDirTouched
Add YYMM to dirsTouched if not already present. Returns 1 if added. */
RX_FSK/src/conn-sdcard.cpp:52
↓ 1 callersFunctionappendBatt
RX_FSK/src/conn-system.cpp:38
↓ 1 callersFunctionaprs_gencrctab
RX_FSK/src/aprs.cpp:67
↓ 1 callersFunctionaprs_send_beacon
RX_FSK/src/aprs.cpp:265
↓ 1 callersFunctionaprsstr_appcrc
RX_FSK/src/aprs.cpp:83
↓ 1 callersFunctionaprsstr_mon2kiss
RX_FSK/src/aprs.cpp:214
↓ 1 callersFunctionbase_url_for_host
Return (base_url, error). base_url is http://IP/.
ttgoconfig/wifi_ops.py:41
↓ 1 callersFunctionbearing
(latlng1, latlng2)
RX_FSK/data/livemap.js:517
↓ 1 callersFunctionbuild_packet
Build IMPROV packet: header + type + len + data + checksum + \\n.
ttgoconfig/improv_serial.py:26
↓ 1 callersFunctionbuild_parts
(source, target, env)
scripts/makefontpartition.py:21
↓ 1 callersFunctioncalc_gfx_offsets
RX_FSK/src/Display.cpp:486
↓ 1 callersFunctioncalcgps
RX_FSK/src/MP3H.cpp:215
↓ 1 callersMethodcalculate_checksum
Calculate checksum of loaded image, based on segments in segment array.
scripts/esptool.py:2079
↓ 1 callersMethodchange_baud
(self, baud)
scripts/esptool.py:791
↓ 1 callersFunctioncheckMP3CRC
RX_FSK/src/MP3H.cpp:164
↓ 1 callersMethodchip_id
(self)
scripts/esptool.py:1442
↓ 1 callersFunctioncleanupExpiredCookies
RX_FSK/src/user.cpp:37
↓ 1 callersMethodclearDisplay
RX_FSK/src/Sonde.cpp:878
↓ 1 callersFunctioncollect_files_recursive
Return list of SD paths (file or dir/file) for all files under dir_path.
ttgoconfig/sd_ops.py:48
↓ 1 callersMethodcopy_with_new_addr
Return a new ImageSegment with same data, but mapped at a new address.
scripts/esptool.py:1964
↓ 1 callersFunctioncrcrs
RX_FSK/src/RS41.cpp:344
↓ 1 callersFunctiondecode_rs_char
RX_FSK/src/rsc_decode.cpp:197
↓ 1 callersMethoddefault_output_name
Derive a default output name from the ELF name.
scripts/esptool.py:2210
↓ 1 callersFunctiondensly_pack_rows_bit_by_bit
Pack 8 rows of 5 bits each into 5 bytes, bit by bit.
screens_editor/font_def_to_json.py:67
↓ 1 callersMethoddetect_chip
Use serial access to detect the chip type. We use the UART's datecode register for this, it's mapped at the same address on ESP8266
scripts/esptool.py:296
↓ 1 callersFunctiondetect_flash_size
(esp, args)
scripts/esptool.py:2844
↓ 1 callersFunctiondiv_roundup
Return a/b rounded up to nearest integer, equivalent result to int(math.ceil(float(int(a)) / float(int(b))), only without possible floating p
scripts/esptool.py:2673
↓ 1 callersMethoddrawBitmap
RX_FSK/src/Display.cpp:335
↓ 1 callersFunctiondumpGPS
RX_FSK/src/posinfo.cpp:213
↓ 1 callersFunctionerase_flash
(esp, args)
scripts/esptool.py:3144
↓ 1 callersMethoderase_flash
(self)
scripts/esptool.py:802
↓ 1 callersMethoderase_region
(self, offset, size)
scripts/esptool.py:808
↓ 1 callersFunctionesp8266_crc32
CRC32 algorithm used by 8266 SDK bootloader (and gen_appbin.py).
scripts/esptool.py:2254
↓ 1 callersFunctionexpand_file_arguments
Any argument starting with "@" gets replaced with all values read from a text file. Text file arguments can be split by newline or by space.
scripts/esptool.py:3634
↓ 1 callersFunctionextract_from_backup
Slice a full backup .bin at the given flash_offset and extract the LittleFS filesystem. The backup file is produced by read_backup() which reads
ttgoconfig/littlefs_helper.py:78
↓ 1 callersFunctionextract_from_bin_auto
Extract filesystem from a backup .bin to dest_dir. Tries LittleFS first, then SPIFFS. Returns (True, None) or (False, error_msg).
ttgoconfig/bin_fs_helpers.py:83
↓ 1 callersFunctionfetch_download_html_versions
Fetch download.html and parse (display_name, full_url) for full-image rows. Return ([(display, url)], error_msg).
ttgoconfig/firmware.py:113
↓ 1 callersFunctionfetch_paths_to_dir
Download each path via GET base_url + "sd/" + path into outdir. progress_cb(current_index, total) optional. Returns (saved_count, list of
ttgoconfig/sd_ops.py:68
↓ 1 callersFunctionfixedToPosInfo
set fixed position based on config
RX_FSK/src/posinfo.cpp:34
↓ 1 callersMethodflash_defl_begin
Start downloading compressed data to Flash (performs an erase) Returns number of blocks (size self.FLASH_WRITE_SIZE) to write.
scripts/esptool.py:733
↓ 1 callersMethodflash_defl_block
(self, data, seq, timeout=DEFAULT_TIMEOUT)
scripts/esptool.py:760
↓ 1 callersMethodflash_defl_finish
(self, reboot=False)
scripts/esptool.py:766
↓ 1 callersMethodflash_encrypt_block
(self, data, seq, timeout=DEFAULT_TIMEOUT)
scripts/esptool.py:661
↓ 1 callersMethodflash_size
Return the size that partitions will occupy in flash (ie the offset the last partition ends at)
scripts/gen_esp32part.py:244
↓ 1 callersFunctionfooter
()
RX_FSK/data/rdz.js:40
↓ 1 callersMethodfrom_binary
(cls, b)
scripts/gen_esp32part.py:266
↓ 1 callersMethodfrom_csv
(cls, csv_contents)
scripts/gen_esp32part.py:133
↓ 1 callersFunctiongenerate_gfxfont_header
Generate the C header text for a single-character GFXfont. - char is the glyph character ('A' by default). - We use a simple metric setu
scripts/png_to_gfxfont.py:72
↓ 1 callersMethodgetAFCBandwidth
RX_FSK/src/SX1278FSK.cpp:345
↓ 1 callersMethodgetAcinCurrent
RX_FSK/src/pmu.cpp:351
↓ 1 callersMethodgetAcinVoltage
RX_FSK/src/pmu.cpp:344
↓ 1 callersMethodgetDispSize
RX_FSK/src/Display.cpp:306
↓ 1 callersMethodgetFrequency
RX_FSK/src/SX1278FSK.cpp:368
↓ 1 callersFunctiongetType
RX_FSK/src/json.cpp:10
↓ 1 callersFunctionget_Aux
RX_FSK/src/rs92gps.cpp:315
↓ 1 callersFunctionget_Cal
RX_FSK/src/rs92gps.cpp:327
↓ 1 callersFunctionget_FrameNb
RX_FSK/src/rs92gps.cpp:214
↓ 1 callersFunctionget_GPSkoord
RX_FSK/src/rs92gps.cpp:830
↓ 1 callersFunctionget_GPStime
RX_FSK/src/rs92gps.cpp:267
↓ 1 callersFunctionget_SondeID
RX_FSK/src/rs92gps.cpp:231
↓ 1 callersFunctionget_Temp
RX_FSK/src/DFM.cpp:382
↓ 1 callersMethodget_chip_description
(self)
scripts/esptool.py:1133
↓ 1 callersMethodget_chip_description
(self)
scripts/esptool.py:1365
↓ 1 callersMethodget_chip_description
(self)
scripts/esptool.py:1575
↓ 1 callersMethodget_chip_features
(self)
scripts/esptool.py:1386
↓ 1 callersMethodget_chip_revision
(self)
scripts/esptool.py:1347
↓ 1 callersMethodget_crystal_freq
(self)
scripts/esptool.py:1038
↓ 1 callersMethodget_efuses
(self)
scripts/esptool.py:1125
↓ 1 callersMethodget_encrypted_download_disabled
(self)
scripts/esptool.py:1335
↓ 1 callersMethodget_erase_size
(self, offset, size)
scripts/esptool.py:1455
↓ 1 callersMethodget_flash_crypt_config
For flash encryption related commands we need to make sure user has programmed all the relevant efuse correctly so before writing enc
scripts/esptool.py:1313
↓ 1 callersMethodget_key_block_purpose
(self, key_block)
scripts/esptool.py:1627
↓ 1 callersFunctionget_local_ip
()
scripts/updateserver.py:43
↓ 1 callersFunctionget_partition_table_from_bin
Read partition table from a .bin file. Assumes file byte 0 = flash_base (e.g. 0x1000 for full backup). Reads at file offset (0x8000 - flash_b
ttgoconfig/partition_table.py:54
↓ 1 callersMethodget_pkg_version
(self)
scripts/esptool.py:1799
↓ 1 callersFunctionget_pseudorange
RX_FSK/src/rs92gps.cpp:608
↓ 1 callersMethodget_security_info
(self)
scripts/esptool.py:690
↓ 1 callersFunctionget_subtype_as_int
Convert a string which might be numeric or the name of a partition subtype to an integer
scripts/gen_esp32part.py:74
↓ 1 callersFunctionget_version_from_bin
Read the app partition from a .bin file and search for a version string. For full backup images: read from file offset 0xF000, size 0x140000.
ttgoconfig/bin_version_poc.py:51
↓ 1 callersFunctiongetcard16
RX_FSK/src/RS41.cpp:380
↓ 1 callersFunctiongetfile
(name, session)
scripts/ttgoconfig.py:40
↓ 1 callersFunctiongetmp3htime
unix time stamp from date and time info in frame.
RX_FSK/src/MP3H.cpp:254
↓ 1 callersFunctiongetpartinfo
(partname)
scripts/ttgoconfig.py:134
↓ 1 callersMethodhard_reset
(self)
scripts/esptool.py:1054
← previousnext →301–400 of 1,060, ranked by callers