2019-11-09 20:28:46 +01:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{C5F80730-F44F-4478-BDAE-6634EFC2CA88}</ProjectGuid>
|
|
|
|
|
<RootNamespace>
|
|
|
|
|
</RootNamespace>
|
|
|
|
|
<ProjectName>wled00</ProjectName>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
<PlatformToolset>
|
|
|
|
|
</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
<PlatformToolset>
|
|
|
|
|
</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
<PlatformToolset>
|
|
|
|
|
</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
<PlatformToolset>
|
|
|
|
|
</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="Shared">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup />
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
2020-03-22 11:38:29 +01:00
|
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)..\wled00;C:\Program Files (x86)\Arduino\libraries\WiFi\src;C:\Program Files (x86)\Arduino\libraries\WiFi\src\utility;C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\EEPROM\src;C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino;C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\yun;C:\Program Files (x86)\Arduino\hardware\tools\avr\\lib\gcc\avr\7.3.0\include;C:\Program Files (x86)\Arduino\hardware\tools\avr\avr\include;C:\Program Files (x86)\Arduino\hardware\tools\avr\\lib\gcc\avr\7.3.0\include;C:\Program Files (x86)\Arduino\hardware\tools\avr\avr\include-fixed;C:\Program Files (x86)\Arduino\hardware\tools\avr\avr\include\avr;C:\Program Files (x86)\Arduino\hardware\tools\avr\lib\gcc\avr\4.9.2\include;C:\Program Files (x86)\Arduino\hardware\tools\avr\lib\gcc\avr\4.9.2\include;C:\Program Files (x86)\Arduino\hardware\tools\avr\lib\gcc\avr\4.9.3\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2019-11-09 20:28:46 +01:00
|
|
|
|
<ForcedIncludeFiles>$(ProjectDir)__vm\.wled00.vsarduino.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
|
2020-03-22 11:38:29 +01:00
|
|
|
|
<PreprocessorDefinitions>__AVR_atmega32u4__;__AVR_ATmega32U4__;__AVR_ATmega32u4__;F_CPU=16000000L;ARDUINO=108011;ARDUINO_AVR_YUN;ARDUINO_ARCH_AVR;USB_VID=0x2341;USB_PID=0x8041;__cplusplus=201103L;_VMICRO_INTELLISENSE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2019-11-09 20:28:46 +01:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<ForcedIncludeFiles>%(ForcedIncludeFiles)</ForcedIncludeFiles>
|
|
|
|
|
<IgnoreStandardIncludePath>true</IgnoreStandardIncludePath>
|
|
|
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectCapability Include="VisualMicro" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="wled00.ino">
|
|
|
|
|
<FileType>CppCode</FileType>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2020-03-30 13:24:45 +02:00
|
|
|
|
<ClInclude Include="alexa.h" />
|
|
|
|
|
<ClInclude Include="blynk.h" />
|
|
|
|
|
<ClInclude Include="button.h" />
|
|
|
|
|
<ClInclude Include="colors.h" />
|
|
|
|
|
<ClInclude Include="const.h" />
|
|
|
|
|
<ClInclude Include="cronixie.h" />
|
|
|
|
|
<ClInclude Include="dmx.h" />
|
|
|
|
|
<ClInclude Include="file.h" />
|
|
|
|
|
<ClInclude Include="html_classic.h" />
|
|
|
|
|
<ClInclude Include="html_mobile.h" />
|
|
|
|
|
<ClInclude Include="html_other.h" />
|
|
|
|
|
<ClInclude Include="html_settings.h" />
|
|
|
|
|
<ClInclude Include="html_ui.h" />
|
|
|
|
|
<ClInclude Include="hue.h" />
|
|
|
|
|
<ClInclude Include="ir.h" />
|
|
|
|
|
<ClInclude Include="ir_codes.h" />
|
|
|
|
|
<ClInclude Include="json.h" />
|
|
|
|
|
<ClInclude Include="led.h" />
|
|
|
|
|
<ClInclude Include="mqtt.h" />
|
|
|
|
|
<ClInclude Include="notify.h" />
|
|
|
|
|
<ClInclude Include="NpbWrapper.h" />
|
|
|
|
|
<ClInclude Include="ntp.h" />
|
|
|
|
|
<ClInclude Include="overlay.h" />
|
|
|
|
|
<ClInclude Include="palettes.h" />
|
|
|
|
|
<ClInclude Include="set.h" />
|
|
|
|
|
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient.h" />
|
|
|
|
|
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient.hpp" />
|
|
|
|
|
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Callbacks.hpp" />
|
|
|
|
|
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient\DisconnectReasons.hpp" />
|
|
|
|
|
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Flags.hpp" />
|
|
|
|
|
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Helpers.hpp" />
|
|
|
|
|
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient\MessageProperties.hpp" />
|
|
|
|
|
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\ConnAckPacket.hpp" />
|
|
|
|
|
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\Packet.hpp" />
|
|
|
|
|
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\PingRespPacket.hpp" />
|
|
|
|
|
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\PubAckPacket.hpp" />
|
|
|
|
|
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\PubCompPacket.hpp" />
|
|
|
|
|
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\PublishPacket.hpp" />
|
|
|
|
|
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\PubRecPacket.hpp" />
|
|
|
|
|
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\PubRelPacket.hpp" />
|
|
|
|
|
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\SubAckPacket.hpp" />
|
|
|
|
|
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\UnsubAckPacket.hpp" />
|
|
|
|
|
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient\ParsingInformation.hpp" />
|
|
|
|
|
<ClInclude Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Storage.hpp" />
|
|
|
|
|
<ClInclude Include="src\dependencies\blynk\BlynkSimpleEsp.h" />
|
|
|
|
|
<ClInclude Include="src\dependencies\blynk\Blynk\BlynkApi.h" />
|
|
|
|
|
<ClInclude Include="src\dependencies\blynk\Blynk\BlynkApiArduino.h" />
|
|
|
|
|
<ClInclude Include="src\dependencies\blynk\Blynk\BlynkArduinoClient.h" />
|
|
|
|
|
<ClInclude Include="src\dependencies\blynk\Blynk\BlynkConfig.h" />
|
|
|
|
|
<ClInclude Include="src\dependencies\blynk\Blynk\BlynkDateTime.h" />
|
|
|
|
|
<ClInclude Include="src\dependencies\blynk\Blynk\BlynkDebug.h" />
|
|
|
|
|
<ClInclude Include="src\dependencies\blynk\Blynk\BlynkDetectDevice.h" />
|
|
|
|
|
<ClInclude Include="src\dependencies\blynk\Blynk\BlynkEveryN.h" />
|
|
|
|
|
<ClInclude Include="src\dependencies\blynk\Blynk\BlynkFifo.h" />
|
|
|
|
|
<ClInclude Include="src\dependencies\blynk\Blynk\BlynkHandlers.h" />
|
|
|
|
|
<ClInclude Include="src\dependencies\blynk\Blynk\BlynkParam.h" />
|
|
|
|
|
<ClInclude Include="src\dependencies\blynk\Blynk\BlynkProtocol.h" />
|
|
|
|
|
<ClInclude Include="src\dependencies\blynk\Blynk\BlynkProtocolDefs.h" />
|
|
|
|
|
<ClInclude Include="src\dependencies\blynk\Blynk\BlynkTemplates.h" />
|
|
|
|
|
<ClInclude Include="src\dependencies\blynk\Blynk\BlynkTimer.h" />
|
|
|
|
|
<ClInclude Include="src\dependencies\blynk\Blynk\BlynkUtility.h" />
|
|
|
|
|
<ClInclude Include="src\dependencies\blynk\Blynk\BlynkWidgetBase.h" />
|
|
|
|
|
<ClInclude Include="src\dependencies\blynk\Blynk\BlynkWiFiCommon.h" />
|
2019-11-22 19:19:48 +01:00
|
|
|
|
<ClInclude Include="src\dependencies\e131\ESPAsyncE131.h" />
|
2020-03-30 13:24:45 +02:00
|
|
|
|
<ClInclude Include="src\dependencies\espalexa\Espalexa.h" />
|
|
|
|
|
<ClInclude Include="src\dependencies\espalexa\EspalexaDevice.h" />
|
|
|
|
|
<ClInclude Include="src\dependencies\json\ArduinoJson-v6.h" />
|
|
|
|
|
<ClInclude Include="src\dependencies\json\AsyncJson-v6.h" />
|
|
|
|
|
<ClInclude Include="src\dependencies\timezone\Timezone.h" />
|
|
|
|
|
<ClInclude Include="src\dependencies\time\Time.h" />
|
|
|
|
|
<ClInclude Include="src\dependencies\time\TimeLib.h" />
|
|
|
|
|
<ClInclude Include="FX.h" />
|
|
|
|
|
<ClInclude Include="usermod.h" />
|
|
|
|
|
<ClInclude Include="wled.h" />
|
|
|
|
|
<ClInclude Include="wled_eeprom.h" />
|
|
|
|
|
<ClInclude Include="wled_server.h" />
|
|
|
|
|
<ClInclude Include="xml.h" />
|
2019-11-09 20:28:46 +01:00
|
|
|
|
<ClInclude Include="__vm\.wled00.vsarduino.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2020-03-30 13:24:45 +02:00
|
|
|
|
<ClCompile Include="alexa.cpp" />
|
|
|
|
|
<ClCompile Include="blynk.cpp" />
|
|
|
|
|
<ClCompile Include="button.cpp" />
|
|
|
|
|
<ClCompile Include="colors.cpp" />
|
|
|
|
|
<ClCompile Include="cronixie.cpp" />
|
|
|
|
|
<ClCompile Include="file.cpp" />
|
|
|
|
|
<ClCompile Include="hue.cpp" />
|
|
|
|
|
<ClCompile Include="ir.cpp" />
|
|
|
|
|
<ClCompile Include="json.cpp" />
|
|
|
|
|
<ClCompile Include="led.cpp" />
|
|
|
|
|
<ClCompile Include="mqtt.cpp" />
|
|
|
|
|
<ClCompile Include="notify.cpp" />
|
|
|
|
|
<ClCompile Include="ntp.cpp" />
|
|
|
|
|
<ClCompile Include="overlay.cpp" />
|
|
|
|
|
<ClCompile Include="set.cpp" />
|
2019-11-09 20:28:46 +01:00
|
|
|
|
<ClCompile Include="src\dependencies\async-mqtt-client\AsyncMqttClient.cpp" />
|
|
|
|
|
<ClCompile Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\ConnAckPacket.cpp" />
|
|
|
|
|
<ClCompile Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\PingRespPacket.cpp" />
|
|
|
|
|
<ClCompile Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\PubAckPacket.cpp" />
|
|
|
|
|
<ClCompile Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\PubCompPacket.cpp" />
|
|
|
|
|
<ClCompile Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\PublishPacket.cpp" />
|
|
|
|
|
<ClCompile Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\PubRecPacket.cpp" />
|
|
|
|
|
<ClCompile Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\PubRelPacket.cpp" />
|
|
|
|
|
<ClCompile Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\SubAckPacket.cpp" />
|
|
|
|
|
<ClCompile Include="src\dependencies\async-mqtt-client\AsyncMqttClient\Packets\UnsubAckPacket.cpp" />
|
|
|
|
|
<ClCompile Include="src\dependencies\blynk\Blynk\BlynkDebug.cpp" />
|
|
|
|
|
<ClCompile Include="src\dependencies\blynk\Blynk\BlynkHandlers.cpp" />
|
|
|
|
|
<ClCompile Include="src\dependencies\blynk\Blynk\BlynkTimer.cpp" />
|
|
|
|
|
<ClCompile Include="src\dependencies\blynk\Blynk\utility.cpp" />
|
2019-11-22 19:19:48 +01:00
|
|
|
|
<ClCompile Include="src\dependencies\e131\ESPAsyncE131.cpp" />
|
2019-11-09 20:28:46 +01:00
|
|
|
|
<ClCompile Include="src\dependencies\espalexa\EspalexaDevice.cpp" />
|
|
|
|
|
<ClCompile Include="src\dependencies\timezone\Timezone.cpp" />
|
|
|
|
|
<ClCompile Include="src\dependencies\time\DateStrings.cpp" />
|
|
|
|
|
<ClCompile Include="src\dependencies\time\Time.cpp" />
|
|
|
|
|
<ClCompile Include="FX.cpp" />
|
|
|
|
|
<ClCompile Include="FX_fcn.cpp" />
|
2020-03-30 13:24:45 +02:00
|
|
|
|
<ClCompile Include="usermod.cpp" />
|
|
|
|
|
<ClCompile Include="wled.cpp" />
|
|
|
|
|
<ClCompile Include="wled_eeprom.cpp" />
|
|
|
|
|
<ClCompile Include="wled_server.cpp" />
|
|
|
|
|
<ClCompile Include="xml.cpp" />
|
2019-11-09 20:28:46 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<DebuggerFlavor>VisualMicroDebugger</DebuggerFlavor>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ProjectExtensions>
|
|
|
|
|
<VisualStudio>
|
|
|
|
|
<UserProperties arduino.upload.maximum_size="1310720" arduino.upload.speed="" visualmicro.package.name="esp32" arduino.board.property_bag="name=ESP32 Dev Module
upload.tool=esptool
upload.maximum_size=1310720
upload.maximum_data_size=327680
upload.wait_for_upload_port=true
serial.disableDTR=true
serial.disableRTS=true
build.mcu=esp32
build.core=esp32
build.variant=esp32
build.board=ESP32_DEV
build.f_cpu=240000000L
build.flash_size=4MB
build.flash_freq=40m
build.flash_mode=dio
build.boot=dio
build.partitions=default
build.defines=
menu.PSRAM.disabled=Disabled
menu.PSRAM.disabled.build.defines=
menu.PSRAM.enabled=Enabled
menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue
menu.PartitionScheme.default=Default
menu.PartitionScheme.default.build.partitions=default
menu.PartitionScheme.minimal=Minimal (2MB FLASH)
menu.PartitionScheme.minimal.build.partitions=minimal
menu.PartitionScheme.no_ota=No OTA (Large APP)
menu.PartitionScheme.no_ota.build.partitions=no_ota
menu.PartitionScheme.no_ota.upload.maximum_size=2097152
menu.PartitionScheme.min_spiffs=Minimal SPIFFS (Large APPS with OTA)
menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
menu.FlashMode.qio=QIO
menu.FlashMode.qio.build.flash_mode=dio
menu.FlashMode.qio.build.boot=qio
menu.FlashMode.dio=DIO
menu.FlashMode.dio.build.flash_mode=dio
menu.FlashMode.dio.build.boot=dio
menu.FlashMode.qout=QOUT
menu.FlashMode.qout.build.flash_mode=dout
menu.FlashMode.qout.build.boot=qout
menu.FlashMode.dout=DOUT
menu.FlashMode.dout.build.flash_mode=dout
menu.FlashMode.dout.build.boot=dout
menu.FlashFreq.80=80MHz
menu.FlashFreq.80.build.flash_freq=80m
menu.FlashFreq.40=40MHz
menu.FlashFreq.40.build.flash_freq=40m
menu.FlashSize.4M=4MB (32Mb)
menu.FlashSize.4M.build.flash_size=4MB
menu.FlashSize.2M=2MB (16Mb)
menu.FlashSize.2M.build.flash_size=2MB
menu.FlashSize.2M.build.partitions=minimal
menu.UploadSpeed.921600=921600
menu.UploadSpeed.921600.upload.speed=921600
menu.UploadSpeed.115200=115200
menu.UploadSpeed.115200.upload.speed=115200
menu.UploadSpeed.256000.windows=256000
menu.UploadSpeed.256000.upload.speed=256000
menu.UploadSpeed.230400.windows.upload.speed=256000
menu.UploadSpeed.230400=230400
menu.UploadSpeed.230400.upload.speed=230400
menu.UploadSpeed.460800.linux=460800
menu.UploadSpeed.460800.macosx=460800
menu.UploadSpeed.460800.upload.speed=460800
menu.UploadSpeed.512000.windows=512000
menu.UploadSpeed.512000.upload.speed=512000
menu.DebugLevel.none=None
menu.DebugLevel.none.build.code_debug=0
menu.DebugLevel.error=Error
menu.DebugLevel.error.build.code_debug=1
menu.DebugLevel.warn=Warn
menu.DebugLevel.warn.build.code_debug=2
menu.DebugLevel.info=Info
menu.DebugLevel.info.build.code_debug=3
menu.DebugLevel.debug=Debug
menu.DebugLevel.debug.build.code_debug=4
menu.DebugLevel.verbose=Verbose
menu.DebugLevel.verbose.build.code_debug=5
menu.UploadSpeed.256000=256000
menu.UploadSpeed.512000=512000
runtime.ide.path=C:\Program Files (x86)\Arduino
runtime.os=windows
build.system.path=C:\Users\stotho\AppData\Local\arduino15\packages\esp32\hardware\esp32\1.0.0\system
runtime.ide.version=10807
target_package=esp32
target_platform=esp32
runtime.hardware.path=C:\Users\stotho\AppData\Local\arduino15\packages\esp32\hardwa
|
|
|
|
|
</VisualStudio>
|
|
|
|
|
</ProjectExtensions>
|
2020-03-30 13:24:45 +02:00
|
|
|
|
</Project>
|