@@ -5117,3 +5117,69 @@ imbrios-logsens-v1p1.menu.UploadSpeed.460800.upload.speed=460800
51175117imbrios-logsens-v1p1.menu.UploadSpeed.512000.windows=512000
51185118imbrios-logsens-v1p1.menu.UploadSpeed.512000.upload.speed=512000
51195119##############################################################
5120+
5121+ ##############################################################
5122+
5123+ healthypi4.name=ProtoCentral HealthyPi 4
5124+
5125+ healthypi4.upload.tool=esptool_py
5126+ healthypi4.upload.maximum_size=1310720
5127+ healthypi4.upload.maximum_data_size=327680
5128+ healthypi4.upload.wait_for_upload_port=true
5129+
5130+ healthypi4.serial.disableDTR=true
5131+ healthypi4.serial.disableRTS=true
5132+
5133+ healthypi4.build.mcu=esp32
5134+ healthypi4.build.core=esp32
5135+ healthypi4.build.variant=healthypi4
5136+ healthypi4.build.board=HEALTHYPI_4
5137+
5138+ healthypi4.build.f_cpu=240000000L
5139+ healthypi4.build.flash_mode=dio
5140+ healthypi4.build.flash_size=4MB
5141+ healthypi4.build.boot=dio
5142+ healthypi4.build.partitions=min_spiffs
5143+ healthypi4.build.defines=
5144+
5145+ healthypi4.menu.FlashFreq.80=80MHz
5146+ healthypi4.menu.FlashFreq.80.build.flash_freq=80m
5147+ healthypi4.menu.FlashFreq.40=40MHz
5148+ healthypi4.menu.FlashFreq.40.build.flash_freq=40m
5149+
5150+ healthypi4.menu.PartitionScheme.default=Default
5151+ healthypi4.menu.PartitionScheme.default.build.partitions=default
5152+ healthypi4.menu.PartitionScheme.no_ota=No OTA (Large APP)
5153+ healthypi4.menu.PartitionScheme.no_ota.build.partitions=no_ota
5154+ healthypi4.menu.PartitionScheme.no_ota.upload.maximum_size=2097152
5155+ healthypi4.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (Large APPS with OTA)
5156+ healthypi4.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
5157+ healthypi4.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
5158+
5159+ healthypi4.menu.UploadSpeed.921600=921600
5160+ healthypi4.menu.UploadSpeed.921600.upload.speed=921600
5161+ healthypi4.menu.UploadSpeed.115200=115200
5162+ healthypi4.menu.UploadSpeed.115200.upload.speed=115200
5163+ healthypi4.menu.UploadSpeed.256000.windows=256000
5164+ healthypi4.menu.UploadSpeed.256000.upload.speed=256000
5165+ healthypi4.menu.UploadSpeed.230400.windows.upload.speed=256000
5166+ healthypi4.menu.UploadSpeed.230400=230400
5167+ healthypi4.menu.UploadSpeed.230400.upload.speed=230400
5168+ healthypi4.menu.UploadSpeed.460800.linux=460800
5169+ healthypi4.menu.UploadSpeed.460800.macosx=460800
5170+ healthypi4.menu.UploadSpeed.460800.upload.speed=460800
5171+ healthypi4.menu.UploadSpeed.512000.windows=512000
5172+ healthypi4.menu.UploadSpeed.512000.upload.speed=512000
5173+
5174+ healthypi4.menu.DebugLevel.none=None
5175+ healthypi4.menu.DebugLevel.none.build.code_debug=0
5176+ healthypi4.menu.DebugLevel.error=Error
5177+ healthypi4.menu.DebugLevel.error.build.code_debug=1
5178+ healthypi4.menu.DebugLevel.warn=Warn
5179+ healthypi4.menu.DebugLevel.warn.build.code_debug=2
5180+ healthypi4.menu.DebugLevel.info=Info
5181+ healthypi4.menu.DebugLevel.info.build.code_debug=3
5182+ healthypi4.menu.DebugLevel.debug=Debug
5183+ healthypi4.menu.DebugLevel.debug.build.code_debug=4
5184+ healthypi4.menu.DebugLevel.verbose=Verbose
5185+ healthypi4.menu.DebugLevel.verbose.build.code_debug=5
0 commit comments