MCPcopy Create free account

hub / github.com/dl9rdz/rdz_ttgo_sonde / functions

Functions1,060 in github.com/dl9rdz/rdz_ttgo_sonde

↓ 2 callersFunctiondownload_filesystem
Read the LittleFS/SPIFFS partition from device to a file.
ttgoconfig/esptool_helper.py:169
↓ 2 callersFunctiondownload_firmware_to_temp
Download url to a temporary .bin file. Return (path, error_msg). Caller must unlink the temp file when done.
ttgoconfig/firmware.py:214
↓ 2 callersMethoddrawTriangle
RX_FSK/src/Display.cpp:338
↓ 2 callersFunctioneph_fmt_path
Expand $Y $D $y in path_tmpl into out. $Y=4-digit year, $D=3-digit day, $y=2-digit year. */
RX_FSK/src/geteph.cpp:55
↓ 2 callersFunctionfetch_manifest_firmware_url
Return (firmware_url, error_msg). choice is 'Stable (main)', 'Development (dev2)', 'main', or 'dev2'. Uses manifest.json builds: first ma
ttgoconfig/firmware.py:20
↓ 2 callersFunctionfind_version
Search binary data for a version string. Returns first match or None.
ttgoconfig/bin_version_poc.py:34
↓ 2 callersMethodflash_block
(self, data, seq, timeout=DEFAULT_TIMEOUT)
scripts/esptool.py:653
↓ 2 callersMethodflash_id
(self)
scripts/esptool.py:686
↓ 2 callersMethodflash_md5sum
(self, addr, size)
scripts/esptool.py:776
↓ 2 callersMethodflash_set_parameters
Tell the ESP bootloader the parameters of the chip Corresponds to the "flashchip" data structure that the ROM has in RAM. 's
scripts/esptool.py:869
↓ 2 callersFunctionflash_size_bytes
Given a flash size of the type passed in args.flash_size (ie 512KB or 1MB) then return the size in bytes.
scripts/esptool.py:2687
↓ 2 callersMethodformat
RX_FSK/src/conn-sdcard.cpp:153
↓ 2 callersMethodfrom_file
(cls, f)
scripts/gen_esp32part.py:121
↓ 2 callersMethodgetBattChargeCurrent
RX_FSK/src/pmu.cpp:339
↓ 2 callersMethodgetBattDischargeCurrent
RX_FSK/src/pmu.cpp:334
↓ 2 callersMethodgetRawAFC
RX_FSK/src/SX1278FSK.cpp:587
↓ 2 callersMethodgetRxBandwidth
RX_FSK/src/SX1278FSK.cpp:318
↓ 2 callersMethodgetTemperature
RX_FSK/src/pmu.cpp:368
↓ 2 callersFunctiongetUser
RX_FSK/src/user.cpp:163
↓ 2 callersMethodgetVbusCurrent
RX_FSK/src/pmu.cpp:363
↓ 2 callersMethodgetVbusVoltage
RX_FSK/src/pmu.cpp:356
↓ 2 callersFunctionget_alignment_for_type
(ptype)
scripts/gen_esp32part.py:94
↓ 2 callersMethodget_block_content
Retrieves the content of a specific block from the in-memory content. :param block_name: Name of the block to retrieve. :retu
screens_editor/parse_screens.py:70
↓ 2 callersFunctionget_file
GET file from device. Return (content, error_msg).
ttgoconfig/wifi_ops.py:163
↓ 2 callersFunctionget_files_by_kind
Get list of filenames for set name. Return (filenames, error).
ttgoconfig/wifi_ops.py:204
↓ 2 callersMethodget_flags_list
(self)
scripts/gen_esp32part.py:445
↓ 2 callersMethodget_non_irom_segments
(self)
scripts/esptool.py:2112
↓ 2 callersMethodget_pkg_version
(self)
scripts/esptool.py:1341
↓ 2 callersMethodget_pkg_version
(self)
scripts/esptool.py:1568
↓ 2 callersFunctionget_ptype_as_int
Convert a string which might be numeric or the name of a partition type to an integer
scripts/gen_esp32part.py:42
↓ 2 callersFunctionget_spiffs_slice_for_bin
Determine (file_offset, partition_size) for the SPIFFS partition in a .bin file. Returns (file_off, size, info). info has: partition_table_fo
ttgoconfig/spiffs_reader.py:313
↓ 2 callersFunctiongetgpstime
RX_FSK/src/MP3H.cpp:250
↓ 2 callersFunctiongetint24
RX_FSK/src/M10M20.cpp:239
↓ 2 callersFunctiongetint24_r
RX_FSK/src/M10M20.cpp:243
↓ 2 callersFunctionh2i
RX_FSK/src/posinfo.cpp:221
↓ 2 callersFunctioninitrsc
RX_FSK/src/rsc.cpp:23
↓ 2 callersMethodis_flash_addr
(self, addr)
scripts/esptool.py:2322
↓ 2 callersFunctionlist_available_versions
Return ([(display_name, url)], error) for all available firmware versions. Includes "Stable (main)" and "Development (dev2)" from manifest, t
ttgoconfig/firmware.py:147
↓ 2 callersFunctionmain
()
ttgoconfig/cli.py:476
↓ 2 callersMethodmem_begin
(self, size, blocks, blocksize, offset)
scripts/esptool.py:591
↓ 2 callersMethodmem_block
(self, data, seq)
scripts/esptool.py:608
↓ 2 callersMethodmem_finish
(self, entrypoint=0)
scripts/esptool.py:614
↓ 2 callersFunctionmkcfg
(id, key, label, value)
RX_FSK/data/cfg.js:179
↓ 2 callersFunctionmodnn
RX_FSK/src/rsc_decode.cpp:57
↓ 2 callersMethodnextConfig
called by updateState (only)
RX_FSK/src/Sonde.cpp:526
↓ 2 callersMethodpad_to_alignment
(self, alignment)
scripts/esptool.py:1987
↓ 2 callersMethodparse_address
(self, strval)
scripts/gen_esp32part.py:388
↓ 2 callersFunctionposrs41
returns: 0=ok, -1=error
RX_FSK/src/RS41.cpp:435
↓ 2 callersFunctionput_file
POST file to device. remote_name defaults to basename(filepath). Returns error_msg or None.
ttgoconfig/wifi_ops.py:181
↓ 2 callersFunctionread_backup
Read flash 0x1000 size BACKUP_SIZE to out_path.
ttgoconfig/esptool_helper.py:314
↓ 2 callersMethodread_file
Reads the entire file into memory. :param file_path: Path to the layout file.
screens_editor/parse_screens.py:10
↓ 2 callersMethodread_flash
(self, offset, length, progress_fn=None)
scripts/esptool.py:819
↓ 2 callersFunctionread_mac
(esp, args)
scripts/esptool.py:3127
↓ 2 callersFunctionreedsolomon41
RS41 reed solomon decoder, from dxlAPRS */
RX_FSK/src/RS41.cpp:287
↓ 2 callersFunctionresetmp3h
RX_FSK/src/MP3H.cpp:286
↓ 2 callersFunctionsendudp
RX_FSK/src/aprs.cpp:36
↓ 2 callersMethodsetRawAFC
RX_FSK/src/SX1278FSK.cpp:590
↓ 2 callersFunctionset_no_stub
Set --no-stub for ALL operations (read and write). Used by CLI --no-stub flag.
ttgoconfig/esptool_helper.py:22
↓ 2 callersFunctionset_no_stub_read
Set --no-stub for read operations only (read-flash, download_filesystem, read_backup).
ttgoconfig/esptool_helper.py:28
↓ 2 callersFunctionset_no_stub_write
Set --no-stub for write operations only (write-flash, flash_firmware, upload_filesystem).
ttgoconfig/esptool_helper.py:34
↓ 2 callersFunctionshowaprs
()
RX_FSK/data/rdz.js:27
↓ 2 callersFunctionslip_reader
Generator to read SLIP packets from a serial port. Yields one full SLIP packet at a time, raises exception on timeout or invalid data. Design
scripts/esptool.py:2621
↓ 2 callersMethodsoft_reset
(self, stay_in_bootloader)
scripts/esptool.py:1059
↓ 2 callersFunctionsonde2json
To be used by - MQTT - rdzJSON (for Android app) - Web map
RX_FSK/src/json.cpp:36
↓ 2 callersFunctiontcpclient_sendlogin
RX_FSK/src/conn-aprs.cpp:231
↓ 2 callersMethodtrace
(self, message, *format_args)
scripts/esptool.py:341
↓ 2 callersFunctiontruncc
RX_FSK/src/aprs.cpp:241
↓ 2 callersFunctiontry_add_post
(node_or_name)
scripts/force-buildfs.py:35
↓ 2 callersFunctiontry_add_pre
(name)
scripts/force-buildfs.py:42
↓ 2 callersFunctionunpack_bytes
Generic: mount a LittleFS image from raw bytes and extract all files to dest_dir.
ttgoconfig/littlefs_helper.py:60
↓ 2 callersMethodupdate_size
Update the size of the drawing area and redraw it.
screens_editor/drawing_area.py:51
↓ 2 callersFunctionupload_filesystem
Write a LittleFS image file to the device's filesystem partition. Uses --flash-mode keep so esptool does NOT patch the image header bytes (wh
ttgoconfig/esptool_helper.py:179
↓ 2 callersFunctionwgs84r
also used by MP3H.cpp
RX_FSK/src/RS41.cpp:399
↓ 1 callersFunctionGPS_ComputeSatellitePosition
RX_FSK/src/nav_gps_vel.cpp:330
↓ 1 callersFunctionGPS_ComputeSatellitePositionVelocity
RX_FSK/src/nav_gps_vel.cpp:1291
↓ 1 callersFunctionGPS_SatelliteClockCorrection
RX_FSK/src/nav_gps_vel.cpp:270
↓ 1 callersFunctionGPS_SatelliteClockDriftCorrection
RX_FSK/src/nav_gps_vel.cpp:1227
↓ 1 callersFunctionGencrctab
RX_FSK/src/RS92.cpp:43
↓ 1 callersFunctionGetRAHumidity
taken from https://github.com/einergehtnochrein/ra-firmware
RX_FSK/src/RS41.cpp:657
↓ 1 callersFunctionGetRAP
RX_FSK/src/RS41.cpp:601
↓ 1 callersFunctionGps2Date
RX_FSK/src/rs92gps.cpp:145
↓ 1 callersFunctionNAV_ClosedFormSolution_FromPseudorange
RX_FSK/src/nav_gps_vel.cpp:508
↓ 1 callersFunctionNAV_relVel
RX_FSK/src/nav_gps_vel.cpp:1525
↓ 1 callersFunctionProcessSubframe
RX_FSK/src/RS41.cpp:530
↓ 1 callersMethod__init__
(self, parser, ttgodata, **kwargs)
screens_editor/drawing_area.py:80
↓ 1 callersMethod_append_log
Append text to serial log with ANSI color parsing.
ttgoconfig/app.py:2123
↓ 1 callersMethod_check_if_can_reset
Check the strapping register to see if we can reset out of download mode.
scripts/esptool.py:1661
↓ 1 callersMethod_collect_data_page_indices
Collect all data page indices for this object in span order. obj_id is the data object id (no IX flag). Lookup may store either
ttgoconfig/spiffs_reader.py:227
↓ 1 callersFunction_config_dir
()
ttgoconfig/settings.py:25
↓ 1 callersFunction_debug_dump
Print raw block 0 lookup and first data page headers for debugging.
ttgoconfig/spiffs_reader.py:409
↓ 1 callersFunction_expand_path
(p: str)
ttgoconfig/settings.py:36
↓ 1 callersFunction_extract_recursive
Walk fs_dir in the LittleFS image and write all files to local_dir.
ttgoconfig/littlefs_helper.py:18
↓ 1 callersMethod_get_image_path
(self)
ttgoconfig/app.py:545
↓ 1 callersMethod_get_selected_ssid
(self)
ttgoconfig/app.py:1983
↓ 1 callersFunction_improv_port_and_baud
(args: argparse.Namespace)
ttgoconfig/cli.py:193
↓ 1 callersFunction_is_el_tag
True if this segment is the [EL] (erase line) tag — then we delete the preceding line before inserting.
ttgoconfig/app.py:117
↓ 1 callersFunction_is_suppressed_tag
True if this segment is a debug/escape tag we should not show in the log.
ttgoconfig/app.py:122
↓ 1 callersFunction_log_insert_el_aware
Insert text; if seg_text is [EL] or [EL:...], delete the preceding line first. Don't show debug tags or <LF>/<CR>.
ttgoconfig/app.py:132
↓ 1 callersFunction_main
()
scripts/esptool.py:3960
↓ 1 callersFunction_mask_to_shift
Return the index of the least significant bit in the mask
scripts/esptool.py:162
← previousnext →201–300 of 1,060, ranked by callers