<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.tinkernet.ca/index.php?action=history&amp;feed=atom&amp;title=IoT_-_Modular_-_Baseline</id>
	<title>IoT - Modular - Baseline - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tinkernet.ca/index.php?action=history&amp;feed=atom&amp;title=IoT_-_Modular_-_Baseline"/>
	<link rel="alternate" type="text/html" href="https://wiki.tinkernet.ca/index.php?title=IoT_-_Modular_-_Baseline&amp;action=history"/>
	<updated>2026-05-01T13:21:31Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://wiki.tinkernet.ca/index.php?title=IoT_-_Modular_-_Baseline&amp;diff=1540&amp;oldid=prev</id>
		<title>Tinker: Created page with &quot;This is the basis for pretty much ANY ESP-based firmware project.  It'll get your device online.  ====main.cpp==== &lt;syntaxhighlight lang=&quot;cpp&quot; line=&quot;1&quot;&gt; #include &quot;TopSecret.h&quot;...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.tinkernet.ca/index.php?title=IoT_-_Modular_-_Baseline&amp;diff=1540&amp;oldid=prev"/>
		<updated>2021-04-29T17:18:49Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This is the basis for pretty much ANY ESP-based firmware project.  It&amp;#039;ll get your device online.  ====main.cpp==== &amp;lt;syntaxhighlight lang=&amp;quot;cpp&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt; #include &amp;quot;TopSecret.h&amp;quot;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This is the basis for pretty much ANY ESP-based firmware project.  It'll get your device online.&lt;br /&gt;
&lt;br /&gt;
====main.cpp====&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;cpp&amp;quot; line=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
#include &amp;quot;TopSecret.h&amp;quot;&lt;br /&gt;
#include &amp;quot;functions.h&amp;quot;&lt;br /&gt;
&lt;br /&gt;
void setup()&lt;br /&gt;
{&lt;br /&gt;
  Serial.begin(115200);&lt;br /&gt;
  delay(50); // Delay to let the ESP get booted before sending out serial data&lt;br /&gt;
  Serial.printf(&amp;quot;\n+---------------------------------------+\n&amp;quot;);&lt;br /&gt;
  Serial.printf(&amp;quot;|             ESP Baseline              |\n&amp;quot;);&lt;br /&gt;
  Serial.printf(&amp;quot;+---------------------------------------+\n&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
  setup_wifi();&lt;br /&gt;
&lt;br /&gt;
  // Turn off the On-board LED (notice that it's inverted on most ESP boards)&lt;br /&gt;
  pinMode(LED_BUILTIN, OUTPUT);&lt;br /&gt;
  digitalWrite(LED_BUILTIN, HIGH);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void loop()&lt;br /&gt;
{&lt;br /&gt;
  // put your main code here, to run repeatedly:&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tinker</name></author>
		
	</entry>
</feed>