Skip to content

Commit

Permalink
Remove nixie-only transitions
Browse files Browse the repository at this point in the history
  • Loading branch information
judge2005 committed Aug 2, 2020
1 parent b4dff69 commit 716dba1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .settings/language.settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<extension point="org.eclipse.cdt.core.LanguageSettingsProvider">
<provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
<provider class="io.sloeber.core.toolchain.ArduinoLanguageProvider" console="false" env-hash="1163462022504896365" id="io.sloeber.languageSettingsProvider" keep-relative-paths="false" name="Arduino Compiler Settings" parameter="${COMMAND} -E -P -v -dD -D__IN_ECLIPSE__ &quot;${INPUTS}&quot;" prefer-non-shared="true">
<provider class="io.sloeber.core.toolchain.ArduinoLanguageProvider" console="false" env-hash="1178672236135098573" id="io.sloeber.languageSettingsProvider" keep-relative-paths="false" name="Arduino Compiler Settings" parameter="${COMMAND} -E -P -v -dD -D__IN_ECLIPSE__ &quot;${INPUTS}&quot;" prefer-non-shared="true">
<language-scope id="org.eclipse.cdt.core.gcc"/>
<language-scope id="org.eclipse.cdt.core.g++"/>
</provider>
Expand Down
2 changes: 1 addition & 1 deletion .settings/org.eclipse.cdt.core.prefs
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ environment/project/io.sloeber.core.toolChain.release.34549407/JANTJE.EXTRA.C.CO
environment/project/io.sloeber.core.toolChain.release.34549407/JANTJE.EXTRA.C.COMPILE/value=
environment/project/io.sloeber.core.toolChain.release.34549407/JANTJE.EXTRA.COMPILE/delimiter=;
environment/project/io.sloeber.core.toolChain.release.34549407/JANTJE.EXTRA.COMPILE/operation=replace
environment/project/io.sloeber.core.toolChain.release.34549407/JANTJE.EXTRA.COMPILE/value=-DNEW_WSTRING -DUSE_EADNS -DESP8266_2_7_3
environment/project/io.sloeber.core.toolChain.release.34549407/JANTJE.EXTRA.COMPILE/value=-DNEW_WSTRING -DUSE_EADNS -DESP8266_2_7_3 -DITS1A
environment/project/io.sloeber.core.toolChain.release.34549407/JANTJE.EXTRA.CPP.COMPILE/delimiter=;
environment/project/io.sloeber.core.toolChain.release.34549407/JANTJE.EXTRA.CPP.COMPILE/operation=replace
environment/project/io.sloeber.core.toolChain.release.34549407/JANTJE.EXTRA.CPP.COMPILE/value=
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ Here are some examples:
| Australia/Perth | AWST-8 |
| Australia/Adelaide | ACST-9:30ACDT,M10.1.0,M4.1.0/3 |
| Australia/Sydney | AEST-10AEDT,M10.1.0,M4.1.0/3 |
## Compilation From Source
See the source ITS1A.ino for location of dependencies. This is also compiled with the following flags:
-DNEW_WSTRING -DUSE_EADNS -DESP8266_2_7_3 -DITS1A

0 comments on commit 716dba1

Please sign in to comment.