revert to esp8266 in platformio.ini
latest build
This commit is contained in:
parent
537b3951cf
commit
49132c66f8
@ -1 +1 @@
|
|||||||
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><link rel="stylesheet" href="/css/roboto.css"><link rel="manifest" href="/app/manifest.json"><title>ESP8266 React</title></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="/js/1.b351.js"></script><script src="/js/2.9881.js"></script><script src="/js/0.da55.js"></script></body></html>
|
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><link rel="stylesheet" href="/css/roboto.css"><link rel="manifest" href="/app/manifest.json"><title>ESP8266 React</title></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="/js/1.b351.js"></script><script src="/js/2.8ca9.js"></script><script src="/js/0.439a.js"></script></body></html>
|
BIN
data/www/js/0.439a.js.gz
Normal file
BIN
data/www/js/0.439a.js.gz
Normal file
Binary file not shown.
Binary file not shown.
BIN
data/www/js/2.8ca9.js.gz
Normal file
BIN
data/www/js/2.8ca9.js.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -7,10 +7,10 @@
|
|||||||
;
|
;
|
||||||
; Please visit documentation for the other options and examples
|
; Please visit documentation for the other options and examples
|
||||||
; http://docs.platformio.org/page/projectconf.html
|
; http://docs.platformio.org/page/projectconf.html
|
||||||
|
[env:esp12e]
|
||||||
[env:node32s]
|
platform = espressif8266
|
||||||
platform = espressif32
|
board = esp12e
|
||||||
board = node32s
|
board_build.f_cpu = 160000000L
|
||||||
|
|
||||||
extra_scripts = pre:timelib_fix.py
|
extra_scripts = pre:timelib_fix.py
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user