We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4273b06 commit 0e22141Copy full SHA for 0e22141
boards/sparkfunBlynk.json
@@ -0,0 +1,25 @@
1
+{
2
+ "build": {
3
+ "core": "esp8266",
4
+ "extra_flags": "-DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_THING",
5
+ "f_cpu": "80000000L",
6
+ "f_flash": "40000000L",
7
+ "flash_mode": "qio",
8
+ "ldscript": "esp8266.flash.4m1m.ld",
9
+ "mcu": "esp8266",
10
+ "variant": "thing"
11
+ },
12
+ "frameworks": [
13
+ "arduino"
14
+ ],
15
+ "name": "SparkFun Blynk Board",
16
+ "upload": {
17
+ "maximum_ram_size": 81920,
18
+ "maximum_size": 1044464,
19
+ "require_upload_port": true,
20
+ "resetmethod": "nodemcu",
21
+ "speed": 115200
22
23
+ "url": "https://www.sparkfun.com/products/13794",
24
+ "vendor": "SparkFun"
25
+}
0 commit comments