add librarymanager urls

This commit is contained in:
Mario Pesch
2022-02-16 10:36:29 +01:00
parent 4cece27830
commit 058b5fb680
6 changed files with 29 additions and 18 deletions
@@ -68,7 +68,8 @@ Blockly.Arduino.sensebox_ethernet = function () {
var dhcp = this.getFieldValue("dhcp");
Blockly.Arduino.libraries_["library_senseBoxIO"] = "#include <senseBoxIO.h>";
Blockly.Arduino.libraries_["library_ethernet"] = "#include <Ethernet.h>";
Blockly.Arduino.libraries_["library_ethernet"] =
"#include <Ethernet.h> // http://librarymanager/All#Ethernet";
Blockly.Arduino.definitions_["ethernet_config"] = `
byte mac[] = { ${mac}};`;