Jason2866
Jason2866
TinyGSM is not compatible to the actual esp32 Arduino core 3.1.0. Probably needs bigger changes since espressif32 Arduino core does support PPP now.
and if none found use auto detection for the port. Partially fixes #1582 When the port is provided via Platformio VSC extension it is still auto detected. Dont know how...
The function will always return the fallback value for the firmware offset ```python def get_app_partition_offset(pt_table, pt_offset): # Get the default boot partition offset app_params = get_partition_info(pt_table, pt_offset, {"name": "boot"}) return...