compression WIP

compression works. next is to store it in the proto as a oneof and then decompress it on use.
This commit is contained in:
Jm Casler
2022-04-11 22:12:04 -07:00
parent 478274aff1
commit a4bdef4151
2 changed files with 16 additions and 10 deletions
+4 -1
View File
@@ -110,11 +110,14 @@ lib_ignore =
ESP32 BLE Arduino
platform_packages =
framework-arduinoespressif32@https://github.com/meshtastic/arduino-esp32.git#4cde0f5d412d2695184f32e8a47e9bea57b45276
; leave this commented out to avoid breaking Windows
; leave this commented out to avoid breaking Windows
;upload_port = /dev/ttyUSB0
;monitor_port = /dev/ttyUSB0
upload_port = /dev/cu.SLAB_USBtoUART
monitor_port = /dev/cu.SLAB_USBtoUART
; customize the partition table
; http://docs.platformio.org/en/latest/platforms/espressif32.html#partition-tables
board_build.partitions = partition-table.csv