@@ -4986,3 +4986,69 @@ mPython.menu.DebugLevel.debug.build.code_debug=4
4986
4986
mPython.menu.DebugLevel.verbose=Verbose
4987
4987
mPython.menu.DebugLevel.verbose.build.code_debug=5
4988
4988
##############################################################
4989
+
4990
+ ##############################################################
4991
+
4992
+ healthypi4.name=ProtoCentral HealthyPi 4
4993
+
4994
+ healthypi4.upload.tool=esptool_py
4995
+ healthypi4.upload.maximum_size=1310720
4996
+ healthypi4.upload.maximum_data_size=327680
4997
+ healthypi4.upload.wait_for_upload_port=true
4998
+
4999
+ healthypi4.serial.disableDTR=true
5000
+ healthypi4.serial.disableRTS=true
5001
+
5002
+ healthypi4.build.mcu=esp32
5003
+ healthypi4.build.core=esp32
5004
+ healthypi4.build.variant=healthypi4
5005
+ healthypi4.build.board=HEALTHYPI_4
5006
+
5007
+ healthypi4.build.f_cpu=240000000L
5008
+ healthypi4.build.flash_mode=dio
5009
+ healthypi4.build.flash_size=4MB
5010
+ healthypi4.build.boot=dio
5011
+ healthypi4.build.partitions=min_spiffs
5012
+ healthypi4.build.defines=
5013
+
5014
+ healthypi4.menu.FlashFreq.80=80MHz
5015
+ healthypi4.menu.FlashFreq.80.build.flash_freq=80m
5016
+ healthypi4.menu.FlashFreq.40=40MHz
5017
+ healthypi4.menu.FlashFreq.40.build.flash_freq=40m
5018
+
5019
+ healthypi4.menu.PartitionScheme.default=Default
5020
+ healthypi4.menu.PartitionScheme.default.build.partitions=default
5021
+ healthypi4.menu.PartitionScheme.no_ota=No OTA (Large APP)
5022
+ healthypi4.menu.PartitionScheme.no_ota.build.partitions=no_ota
5023
+ healthypi4.menu.PartitionScheme.no_ota.upload.maximum_size=2097152
5024
+ healthypi4.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (Large APPS with OTA)
5025
+ healthypi4.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
5026
+ healthypi4.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
5027
+
5028
+ healthypi4.menu.UploadSpeed.921600=921600
5029
+ healthypi4.menu.UploadSpeed.921600.upload.speed=921600
5030
+ healthypi4.menu.UploadSpeed.115200=115200
5031
+ healthypi4.menu.UploadSpeed.115200.upload.speed=115200
5032
+ healthypi4.menu.UploadSpeed.256000.windows=256000
5033
+ healthypi4.menu.UploadSpeed.256000.upload.speed=256000
5034
+ healthypi4.menu.UploadSpeed.230400.windows.upload.speed=256000
5035
+ healthypi4.menu.UploadSpeed.230400=230400
5036
+ healthypi4.menu.UploadSpeed.230400.upload.speed=230400
5037
+ healthypi4.menu.UploadSpeed.460800.linux=460800
5038
+ healthypi4.menu.UploadSpeed.460800.macosx=460800
5039
+ healthypi4.menu.UploadSpeed.460800.upload.speed=460800
5040
+ healthypi4.menu.UploadSpeed.512000.windows=512000
5041
+ healthypi4.menu.UploadSpeed.512000.upload.speed=512000
5042
+
5043
+ healthypi4.menu.DebugLevel.none=None
5044
+ healthypi4.menu.DebugLevel.none.build.code_debug=0
5045
+ healthypi4.menu.DebugLevel.error=Error
5046
+ healthypi4.menu.DebugLevel.error.build.code_debug=1
5047
+ healthypi4.menu.DebugLevel.warn=Warn
5048
+ healthypi4.menu.DebugLevel.warn.build.code_debug=2
5049
+ healthypi4.menu.DebugLevel.info=Info
5050
+ healthypi4.menu.DebugLevel.info.build.code_debug=3
5051
+ healthypi4.menu.DebugLevel.debug=Debug
5052
+ healthypi4.menu.DebugLevel.debug.build.code_debug=4
5053
+ healthypi4.menu.DebugLevel.verbose=Verbose
5054
+ healthypi4.menu.DebugLevel.verbose.build.code_debug=5
0 commit comments