Alexander
Alexander
+1 I've the same issue. I've deleted all tags and layers, but I cannot delete repository
The Network Policy below allow access to all, exept internal networks (192.168.0.0/16 and 172.23.40.0/24) ``` kind: NetworkPolicy apiVersion: networking.k8s.io/v1 metadata: name: allow-external namespace: dmz spec: podSelector: {} policyTypes: - Egress...
What is about cold start. For example. If I create a function in kubeless, then it will be created a new pod, where my function running, this pod running permanently...
I think hardware is okay, yesterday I've installed Arduino for ESP and it's have working without any problem. Also my last installation with sdk 1.5.4 has working. So it's not...
I've installed yesterday my new pc and also a fresh esp-open-sdk and esptool from python pip (version 2.1). I've erased flash with old version (from esp-open-sdk v1.2) and with the...
okay, thank you for info. I try this today evening
It's not working. So my steps 1. Create a dummy file with dd 2. flash this file on esp12f (esptool 1.2) 3. flash blinky example ``` de1m@comp0 /opt/esp-open-sdk-a/examples/blinky $ make...
yesterday I' received a new dev board modul (http://www.ebay.de/itm/NodeMCU-ESP8266-ESP-12E-V1-0-Wifi-CP2102-IoT-Lua-267-/172778652438?hash=item283a690316) I've make steps like above 1.Create a dummy file with dd 2.flash this file on esp12f (esptool 1.2) 3. flash blinky...
@tarakanov which os do you use?? Windows? Linux?
@Navis-Raven yes I can, 1. Create a file in Linux with "dd" - d if=/dev/zero of=blank.bin bs=4096K count=1 2. Write this file to esp - esptool --port=/dev/ttyUSB0 write_flash 0 blank.bin...